Skip to content

Commit

Permalink
Apply lint
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoe committed Feb 20, 2024
1 parent b962cba commit 8417db0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/wasp-cli/cli/wallet/providers/ledger.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
)

func LoadLedgerWallet(sdk *walletsdk.IOTASDK, addressIndex uint32) wallets.Wallet {

useEmulator := false
if isEmulator, ok := os.LookupEnv("IOTA_SDK_USE_SIMULATOR"); isEmulator == "true" && ok {
useEmulator = true
Expand Down

0 comments on commit 8417db0

Please sign in to comment.