diff options
Diffstat (limited to 'core/blockchain_test.go')
-rw-r--r-- | core/blockchain_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/blockchain_test.go b/core/blockchain_test.go index 3fe7697..87b8eac 100644 --- a/core/blockchain_test.go +++ b/core/blockchain_test.go @@ -44,6 +44,8 @@ func (t *testTSigVerifierGetter) UpdateAndGet(round uint64) ( return &testTSigVerifier{}, true, nil } +func (t *testTSigVerifierGetter) Purge(_ uint64) {} + type BlockChainTestSuite struct { suite.Suite |