add NewMinedBlockEvent

This commit is contained in:
zelig 2014-12-14 18:18:24 +00:00
parent c2af10d256
commit 5022a31889

View File

@ -10,3 +10,6 @@ type TxPostEvent struct{ Tx *types.Transaction }
// NewBlockEvent is posted when a block has been imported.
type NewBlockEvent struct{ Block *types.Block }
// NewMinedBlockEvent is posted when a block has been imported.
type NewMinedBlockEvent struct{ Block *types.Block }