Skip to content

Commit

Permalink
fix: ci fail
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed May 23, 2024
1 parent 42a95ff commit 6c292a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gnovm/stdlibs/stdshim/stdshim.gno
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ func DecodeBech32(addr Address) (prefix string, bytes [20]byte, ok bool) {
func DerivePkgAddr(pkgPath string) (addr Address) {
panic(shimWarn)
}

func Emit(tag, key, value string) {
panic(shimWarn)
}

0 comments on commit 6c292a2

Please sign in to comment.