zelig преди 11 години
родител
ревизия
5022a31889
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      core/events.go

+ 3 - 0
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 }