mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-07-09 15:29:34 +00:00
feat: relax the mask length requirement
This commit is contained in:
parent
bf86d0c05b
commit
24faedd686
@ -508,7 +508,7 @@ impl WalletCore {
|
||||
) -> Result<()> {
|
||||
let note_count = tx.message.validate_note_lengths()?;
|
||||
anyhow::ensure!(
|
||||
note_count == acc_decode_mask.len(),
|
||||
note_count >= acc_decode_mask.len(),
|
||||
"Decode mask has {} entries but the transaction has {note_count} notes",
|
||||
acc_decode_mask.len(),
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user