Skip to content

Commit

Permalink
add comment for myself
Browse files Browse the repository at this point in the history
  • Loading branch information
matijamarjanovic committed Jan 18, 2025
1 parent 26de9fe commit 73d6aca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 73d6aca

Please sign in to comment.