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

Commit

Permalink
To 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Daksh14 committed Feb 15, 2024
1 parent 4a68b4a commit bc8adf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified assets/dusk_wallet_core.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub mod types;
pub mod utils;
/// The maximum number of keys (inclusive) to derive when attempting to decrypt
/// a note.
pub const MAX_KEY: usize = 1;
pub const MAX_KEY: usize = 2;

/// The maximum allocated buffer for rkyv serialization.
pub const MAX_LEN: usize = rusk_abi::ARGBUF_LEN;
Expand Down

0 comments on commit bc8adf2

Please sign in to comment.