Skip to content

Commit 327411d

Browse files
committed
Fix tests in ledger
1 parent 17d2d69 commit 327411d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ledger/src/account/account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ mod tests {
14221422
#[test]
14231423
fn test_size_account() {
14241424
#[cfg(not(target_family = "wasm"))]
1425-
const SIZE: usize = 2528;
1425+
const SIZE: usize = 3424;
14261426

14271427
#[cfg(target_family = "wasm")]
14281428
const SIZE: usize = 2496;

ledger/src/dummy/sideloaded_proof.bin

358 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)