Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Jul 26, 2021
1 parent 13bc768 commit ca8871b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: go

go:
- "1.9.x"
- "1.10.x"
- "master"

script:
Expand Down
2 changes: 1 addition & 1 deletion hdwallet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func TestWallet(t *testing.T) {
t.Error("expected match")
}

signedTx3, err := wallet.SignTxEIP155(account, tx, big.NewInt(41))
signedTx3, err := wallet.SignTxEIP155(account, tx, big.NewInt(42))
if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit ca8871b

Please sign in to comment.