diff options
Diffstat (limited to 'core/vm')
-rw-r--r-- | core/vm/logger_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/vm/logger_test.go b/core/vm/logger_test.go index cba7c7a0e..2ea7535a7 100644 --- a/core/vm/logger_test.go +++ b/core/vm/logger_test.go @@ -46,7 +46,7 @@ type dummyStatedb struct { state.StateDB } -func (dummyStatedb) GetRefund() uint64 { return 1337 } +func (*dummyStatedb) GetRefund() uint64 { return 1337 } func TestStoreCapture(t *testing.T) { var ( |