mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-23 18:53:13 +00:00
fixed unit test
This commit is contained in:
parent
b3e2162d71
commit
c0d4a98f3c
@ -214,7 +214,7 @@ mod tests {
|
||||
let expected_recipient_post = Account {
|
||||
program_owner: program.id(),
|
||||
balance: balance_to_move,
|
||||
nonce: Nonce(0xdeadbeef),
|
||||
nonce: Nonce::default().private_account_nonce_init(&recipient_keys.npk()),
|
||||
data: Data::default(),
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user