File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import (
29
29
)
30
30
31
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
32
+ // invocable methods. It will allow you to type check function calls and
33
33
// packs data accordingly.
34
34
type ABI struct {
35
35
Constructor Method
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ func (hub *Hub) refreshWallets() {
241
241
card .Disconnect (pcsc .LeaveCard )
242
242
continue
243
243
}
244
- // Card connected, start tracking in amongs the wallets
244
+ // Card connected, start tracking among the wallets
245
245
hub .wallets [reader ] = wallet
246
246
events = append (events , accounts.WalletEvent {Wallet : wallet , Kind : accounts .WalletArrived })
247
247
}
You can’t perform that action at this time.
0 commit comments