Skip to content

Commit fb4e87a

Browse files
authored
Update cargo lock (#544)
* update Cargo.lock * fix cargo fmt check
1 parent 114c386 commit fb4e87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evm/vm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ where
688688
}
689689
vm_state.set_balance(input.get_caller(), caller_balance - tx_value);
690690
}
691-
691+
692692
vm_state.set_balance(input.get_contract(), contract_balance + tx_value);
693693
}
694694
}

0 commit comments

Comments
 (0)