mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-02 13:23:10 +00:00
remove unnecessary type annotation
This commit is contained in:
parent
b5589d53bb
commit
a84b18f22c
@ -37,7 +37,7 @@ fn transfer(sender: AccountWithMetadata, recipient: AccountWithMetadata, balance
|
||||
}
|
||||
|
||||
// Create accounts post states, with updated balances
|
||||
let sender_post: AccountPostState = {
|
||||
let sender_post = {
|
||||
// Modify sender's balance
|
||||
let mut sender_post_account = sender.account.clone();
|
||||
sender_post_account.balance -= balance_to_move;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user