Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
move default addresses to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Feb 19, 2024
1 parent db8bc63 commit 7881a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub const EPOCH: u64 = 2160;
/// Max addresses the wallet can store
pub const MAX_ADDRESSES: usize = get_max_addresses();

const DEFAULT_MAX_ADDRESSES: usize = 25;
const DEFAULT_MAX_ADDRESSES: usize = 6;

const fn get_max_addresses() -> usize {
match option_env!("WALLET_MAX_ADDR") {
Expand Down

0 comments on commit 7881a8a

Please sign in to comment.