Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Nov 10, 2022
1 parent bdfaaaf commit fb71480
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crypto/hd/algorithm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ func init() {
const mnemonic = "picnic rent average infant boat squirrel federal assault mercy purity very motor fossil wheel verify upset box fresh horse vivid copy predict square regret"

func TestKeyring(t *testing.T) {
os.Setenv("GO_ETHEREUM_HDWALLET_FIX_ISSUE_179", "true")
// hdWalletFixEnv defines whether the standard (correct) bip39
// derivation path was used, or if derivation should be affected by
// ssue 172
const hdWalletFixEnv = "GO_ETHEREUM_HDWALLET_FIX_ISSUE_179"
os.Setenv(hdWalletFixEnv, "true")
dir := t.TempDir()
mockIn := strings.NewReader("")

Expand Down

0 comments on commit fb71480

Please sign in to comment.