Skip to content

Commit 5b385e2

Browse files
committed
Update ledger_notavail.go to address lint
1 parent 820e738 commit 5b385e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crypto/ledger/ledger_notavail.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@ func init() {
1616
options.discoverLedger = func() (SECP256K1, error) {
1717
return nil, errors.New("support for ledger devices is not available in this executable")
1818
}
19+
20+
initOptionsDefault()
1921
}

0 commit comments

Comments
 (0)