mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 13:51:21 +00:00
rpc: decrement mempool count after block mined
This commit is contained in:
@ -154,6 +154,7 @@ func TestHTTPGetStorage(t *testing.T) {
|
|||||||
t.Fatal("Creates contract but resulting address is empty")
|
t.Fatal("Creates contract but resulting address is empty")
|
||||||
}
|
}
|
||||||
time.Sleep(time.Second * 20)
|
time.Sleep(time.Second * 20)
|
||||||
|
mempoolCount -= 1
|
||||||
|
|
||||||
v := getStorage(t, contractAddr, []byte{0x1})
|
v := getStorage(t, contractAddr, []byte{0x1})
|
||||||
got := RightPadWord256(v)
|
got := RightPadWord256(v)
|
||||||
|
Reference in New Issue
Block a user