aboutsummaryrefslogtreecommitdiffstats
path: root/eth/protocol_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'eth/protocol_test.go')
-rw-r--r--eth/protocol_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/eth/protocol_test.go b/eth/protocol_test.go
index a24d98f69..08c9b6a06 100644
--- a/eth/protocol_test.go
+++ b/eth/protocol_test.go
@@ -179,10 +179,10 @@ type testPeer struct {
func newProtocolManagerForTesting(txAdded chan<- []*types.Transaction) *ProtocolManager {
db, _ := ethdb.NewMemDatabase()
- core.WriteTestNetGenesisBlock(db, db, 0)
+ core.WriteTestNetGenesisBlock(db, 0)
var (
em = new(event.TypeMux)
- chain, _ = core.NewChainManager(db, db, db, core.FakePow{}, em)
+ chain, _ = core.NewChainManager(db, core.FakePow{}, em)
txpool = &fakeTxPool{added: txAdded}
pm = NewProtocolManager(NetworkId, em, txpool, core.FakePow{}, chain)
)
t/belle-sip/Makefile?id=89f8b052147a980faa4f4419d8444f0c7073c997'>Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-0/+1 * Add USES=pkgconfig to fix build.Tijl Coosemans2016-10-181-1/+1 * Update the Linphone stack:Tijl Coosemans2016-10-171-9/+3 * Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-101-1/+1 * Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2 * Update the Linphone stack.Tijl Coosemans2015-11-071-0/+1 * net/belle-sip: Update version 1.4.1=>1.4.2Muhammad Moinur Rahman2015-11-051-2/+1 * - Update security/polarssl13 to 1.3.11Tijl Coosemans2015-06-131-1/+2 * Update the Linphone stack: belle-sip 1.4.1, libbzrtp 1.0.2, ortp 0.24.2,Tijl Coosemans2015-05-171-1/+1 * Cleanup DIST* variables.Mathieu Arnold2015-05-121-3/+3 * - Updates to the Linphone stack: Belle-sip 1.4.0, oRTP 0.24.1,Tijl Coosemans2015-04-171-14/+7 * Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1 * Switch from clang33 to clang34 for ports using compiler:*11*, objc orAntoine Brodin2014-10-191-1/+6 * - Add patch to initialise a struct before calling res_ninit [1]Tijl Coosemans2014-08-171-6/+2 * - Add a patch to devel/libantlr3c to define ANTLR3_USE_64BIT on 64-bitTijl Coosemans2014-07-151-0/+1