rpc: decrement mempool count after block mined

This commit is contained in:
Ethan Buchman 2015-03-31 15:39:42 -07:00 committed by Jae Kwon
parent c1b06d8101
commit 964a189210
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ func TestHTTPGetStorage(t *testing.T) {
t.Fatal("Creates contract but resulting address is empty")
}
time.Sleep(time.Second * 20)
mempoolCount -= 1
v := getStorage(t, contractAddr, []byte{0x1})
got := RightPadWord256(v)