This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
rpc: decrement mempool count after block mined
pull/43/merge
Ethan Buchman
10 years ago
parent
37177fb061
commit
ac0897c0b3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
rpc/test/http_rpc_test.go
+ 1
- 0
rpc/test/http_rpc_test.go
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
)
Write
Preview
Loading…
Cancel
Save