diff --git a/examples/gno.land/r/matijamarjanovic/gnocket/wallet_registry.gno b/examples/gno.land/r/matijamarjanovic/gnocket/wallet_registry.gno index 498969e6b50..0e7a67b423b 100644 --- a/examples/gno.land/r/matijamarjanovic/gnocket/wallet_registry.gno +++ b/examples/gno.land/r/matijamarjanovic/gnocket/wallet_registry.gno @@ -46,6 +46,8 @@ func NewWallet() *Wallet { wallet.tokenBalances.Set(tokenKey, tokenBalance) } + // TODO: research std.Emit (use it to listen for events and update the wallet balances) + return wallet }