mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-22 01:11:32 +00:00
Acc/X/Receive -> Acc/X/Call
This commit is contained in:
@ -190,7 +190,7 @@ func TestWSCallCall(t *testing.T) {
|
||||
|
||||
// susbscribe to the new contracts
|
||||
amt = int64(10001)
|
||||
eid1 := types.EventStringAccReceive(contractAddr1)
|
||||
eid1 := types.EventStringAccCall(contractAddr1)
|
||||
subscribe(t, con, eid1)
|
||||
defer func() {
|
||||
unsubscribe(t, con, eid1)
|
||||
|
Reference in New Issue
Block a user