mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
vm: fix Pad functions, state: add debug log for create new account
This commit is contained in:
@ -347,6 +347,7 @@ func (s *State) ExecTx(tx_ blk.Tx, runCall bool) error {
|
||||
log.Debug(Fmt("Error creating account"))
|
||||
return err
|
||||
}
|
||||
log.Debug(Fmt("Created new account %X", callee.Address.Address()))
|
||||
code = tx.Data
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user