mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
Acc/X/Receive -> Acc/X/Call
This commit is contained in:
@@ -14,8 +14,8 @@ func EventStringAccOutput(addr []byte) string {
|
||||
return fmt.Sprintf("Acc/%X/Output", addr)
|
||||
}
|
||||
|
||||
func EventStringAccReceive(addr []byte) string {
|
||||
return fmt.Sprintf("Acc/%X/Receive", addr)
|
||||
func EventStringAccCall(addr []byte) string {
|
||||
return fmt.Sprintf("Acc/%X/Call", addr)
|
||||
}
|
||||
|
||||
func EventStringLogEvent(addr []byte) string {
|
||||
|
Reference in New Issue
Block a user