Skip to content

Commit

Permalink
test: uncomment comments
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v4s committed Mar 18, 2024
1 parent 302a286 commit 8885a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gno.land/cmd/gnoland/testdata/issue-1786.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ func ProxyUnwrap(wugnotAmount uint64) {
wugnot.Withdraw(wugnotAmount)

// SEND GNOT: PROXY_WUGNOT -> USER
// banker := std.GetBanker(std.BankerTypeRealmSend)
// banker.SendCoins(std.CurrentRealm().Addr(), std.GetOrigCaller(), std.Coins{{"ugnot", int64(wugnotAmount)}})
banker := std.GetBanker(std.BankerTypeRealmSend)
banker.SendCoins(std.CurrentRealm().Addr(), std.GetOrigCaller(), std.Coins{{"ugnot", int64(wugnotAmount)}})
}

0 comments on commit 8885a31

Please sign in to comment.