forked from TrueCloudLab/neoneo-go
core: don't print contracts in persistBlock()
Yeah, this really needs more love, but for now just don't spit 'em out on the screen, please.
This commit is contained in:
parent
d0ffd165fd
commit
521a707e33
1 changed files with 1 additions and 2 deletions
|
@ -357,8 +357,7 @@ func (bc *Blockchain) persistBlock(block *Block) error {
|
|||
Email: t.Email,
|
||||
Description: t.Description,
|
||||
}
|
||||
|
||||
fmt.Printf("%+v", contract)
|
||||
_ = contract
|
||||
|
||||
case *transaction.InvocationTX:
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue