mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-26 09:42:22 +00:00
extpool/test: remove debug print
This commit is contained in:
parent
fbf7d9edce
commit
35cdf0447c
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ func TestRemoveStale(t *testing.T) {
|
|||
for i := range eps {
|
||||
p.testAdd(t, true, nil, eps[i])
|
||||
}
|
||||
bc.verifyWitness = func(u util.Uint160) bool { println("call"); return u[0] != 0x12 }
|
||||
bc.verifyWitness = func(u util.Uint160) bool { return u[0] != 0x12 }
|
||||
bc.isAllowed = func(u util.Uint160) bool { return u[0] != 0x11 }
|
||||
p.RemoveStale(11)
|
||||
require.Nil(t, p.Get(eps[0].Hash()))
|
||||
|
|
Loading…
Reference in a new issue