mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-01-05 23:03:06 +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
|
// Create accounts post states, with updated balances
|
||||||
let sender_post: AccountPostState = {
|
let sender_post = {
|
||||||
// Modify sender's balance
|
// Modify sender's balance
|
||||||
let mut sender_post_account = sender.account.clone();
|
let mut sender_post_account = sender.account.clone();
|
||||||
sender_post_account.balance -= balance_to_move;
|
sender_post_account.balance -= balance_to_move;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user