From 9008b155d3c8d2a32c4c8945f1174243d48d4e90 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 4 Dec 2014 10:28:02 +0100 Subject: Renamed `chain` => `core` --- chain/events.go | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 chain/events.go (limited to 'chain/events.go') diff --git a/chain/events.go b/chain/events.go deleted file mode 100644 index 06ab6be79..000000000 --- a/chain/events.go +++ /dev/null @@ -1,12 +0,0 @@ -package chain - -import "github.com/ethereum/go-ethereum/chain/types" - -// TxPreEvent is posted when a transaction enters the transaction pool. -type TxPreEvent struct{ Tx *types.Transaction } - -// TxPostEvent is posted when a transaction has been processed. -type TxPostEvent struct{ Tx *types.Transaction } - -// NewBlockEvent is posted when a block has been imported. -type NewBlockEvent struct{ Block *types.Block } -- cgit v1.2.3