aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-02-06 01:13:35 +0800
committerobscuren <geffobscura@gmail.com>2015-02-06 02:58:43 +0800
commitac695387075fdd9214ef8de71ac6897136a50ce8 (patch)
tree5a4bce7c79eebe56b3573892e30e96b1ed0936fd /eth
parent9d2166a964d83c09481dea6ef30889f260249295 (diff)
parentdb7c34a9df19d5a8a3a02a5e3d4cafcffa18dcb8 (diff)
downloadgo-tangerine-ac695387075fdd9214ef8de71ac6897136a50ce8.tar
go-tangerine-ac695387075fdd9214ef8de71ac6897136a50ce8.tar.gz
go-tangerine-ac695387075fdd9214ef8de71ac6897136a50ce8.tar.bz2
go-tangerine-ac695387075fdd9214ef8de71ac6897136a50ce8.tar.lz
go-tangerine-ac695387075fdd9214ef8de71ac6897136a50ce8.tar.xz
go-tangerine-ac695387075fdd9214ef8de71ac6897136a50ce8.tar.zst
go-tangerine-ac695387075fdd9214ef8de71ac6897136a50ce8.zip
Merge branch 'develop' into miner
Diffstat (limited to 'eth')
-rw-r--r--eth/protocol_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/eth/protocol_test.go b/eth/protocol_test.go
index 224b59abd..1fe6d8f6b 100644
--- a/eth/protocol_test.go
+++ b/eth/protocol_test.go
@@ -80,6 +80,8 @@ func (self *testTxPool) AddTransactions(txs []*types.Transaction) {
}
}
+func (self *testTxPool) GetTransactions() types.Transactions { return nil }
+
func (self *testChainManager) GetBlockHashesFromHash(hash []byte, amount uint64) (hashes [][]byte) {
if self.getBlockHashes != nil {
hashes = self.getBlockHashes(hash, amount)