Skip to content

Commit

Permalink
fix failing error
Browse files Browse the repository at this point in the history
  • Loading branch information
notJoon committed Apr 11, 2024
1 parent 2a99d96 commit 3e5636b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gno.land/cmd/gnoland/testdata/event.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import (

const EventAttrKeySender = "sender"

func Hello() string {
func Hello() {
std.EmitEvent(
"type_goes_here",
EventAttrKeySender,
[]string{"value1", "value2"},
)
}

0 comments on commit 3e5636b

Please sign in to comment.