add NewMinedBlockEvent

pull/205/head
zelig 10 years ago
parent c2af10d256
commit 5022a31889
  1. 3
      core/events.go

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

Loading…
Cancel
Save