Skip to content

Commit

Permalink
evil: #1017
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli committed Apr 3, 2023
1 parent 6c7dbeb commit 3feb222
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/src/lib/node/ledger/shell/process_proposal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,8 @@ mod test_process_proposal {
&Address::from(&keypair.ref_to()),
);
shell
.wl_storage.write_log
.wl_storage
.write_log
.write(&balance_key, Amount::whole(99).try_to_vec().unwrap())
.unwrap();
shell
Expand Down Expand Up @@ -816,8 +817,8 @@ mod test_process_proposal {
assert_eq!(
response[0].result.info,
String::from(
"The encrypted payload of tx was incorrectly marked as \
un-decryptable"
"The encrypted payload of tx was incorrectly marked \
as un-decryptable"
),
);
}
Expand Down

0 comments on commit 3feb222

Please sign in to comment.