We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0784d commit 2dfb1cfCopy full SHA for 2dfb1cf
accounts/abi/abi.go
@@ -29,7 +29,7 @@ import (
29
)
30
31
// The ABI holds information about a contract's context and available
32
-// invokable methods. It will allow you to type check function calls and
+// invocable methods. It will allow you to type check function calls and
33
// packs data accordingly.
34
type ABI struct {
35
Constructor Method
accounts/scwallet/hub.go
@@ -241,7 +241,7 @@ func (hub *Hub) refreshWallets() {
241
card.Disconnect(pcsc.LeaveCard)
242
continue
243
}
244
- // Card connected, start tracking in amongs the wallets
+ // Card connected, start tracking among the wallets
245
hub.wallets[reader] = wallet
246
events = append(events, accounts.WalletEvent{Wallet: wallet, Kind: accounts.WalletArrived})
247
0 commit comments