mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-05 15:47:07 +00:00
Acc/X/Receive -> Acc/X/Call
This commit is contained in:
+2
-2
@@ -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