mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-03-23 18:53:13 +00:00
artifacts update
This commit is contained in:
parent
181d43e6d2
commit
6000d61bf2
Binary file not shown.
@ -11,7 +11,7 @@ fn main() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
let account_pre = &pre.account;
|
let account_pre = &pre.account;
|
||||||
let account_post = account_pre.clone();
|
let mut account_post = account_pre.clone();
|
||||||
account_post.nonce.public_account_nonce_increment();
|
account_post.nonce.public_account_nonce_increment();
|
||||||
|
|
||||||
write_nssa_outputs(
|
write_nssa_outputs(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user