finally merged *the missing*

This commit is contained in:
obscuren
2015-03-23 12:12:49 +01:00
parent 0846e15667
commit 0be6d34048
3 changed files with 52 additions and 15 deletions

View File

@ -38,6 +38,10 @@ type PendingBlockEvent struct {
Logs state.Logs
}
type ChainUncleEvent struct {
Block *types.Block
}
type ChainHeadEvent struct{ Block *types.Block }
// Mining operation events