We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53c180 commit 4ada0a8Copy full SHA for 4ada0a8
examples/gno.land/p/demo/grc/grc20/tellers.gno
@@ -40,7 +40,7 @@ func (tok *Token) RealmTeller() GRC20 {
40
panic("Token cannot be nil")
41
}
42
43
- caller := std.CurrentRealm().Addr()
+ caller := std.PrevRealm().Addr()
44
45
return &fnTeller{
46
accountFn: func() std.Address {
@@ -56,7 +56,7 @@ func (tok *Token) RealmSubTeller(slug string) GRC20 {
56
57
58
59
60
account := accountSlugAddr(caller, slug)
61
62
0 commit comments