aboutsummaryrefslogtreecommitdiffstats
path: root/core/blockchain_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/blockchain_test.go')
-rw-r--r--core/blockchain_test.go2
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