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:
Roman Khimov 2019-09-12 16:12:12 +03:00
parent d0ffd165fd
commit 521a707e33

View file

@ -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:
}