mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-08-25 14:51:14 +00:00
add serialize/deserialize impls
This commit is contained in:
@@ -11,8 +11,8 @@ fn main() {
|
||||
};
|
||||
|
||||
let account_pre = &pre.account;
|
||||
let mut account_post = account_pre.clone();
|
||||
account_post.nonce.0 += 1;
|
||||
let account_post = account_pre.clone();
|
||||
account_post.nonce.public_account_nonce_increment();
|
||||
|
||||
write_nssa_outputs(
|
||||
instruction_words,
|
||||
|
||||
Reference in New Issue
Block a user