Skip to content

Commit 2f9168d

Browse files
committed
feat(): update goether
1 parent 1520404 commit 2f9168d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/ethereum/go-ethereum v1.10.20
88
github.com/everFinance/arseeding v1.0.3
99
github.com/everFinance/everpay-go v0.0.1
10-
github.com/everFinance/goether v1.1.8
10+
github.com/everFinance/goether v1.1.9
1111
github.com/everFinance/gojwk v1.0.0
1212
github.com/everFinance/ttcrsa v1.1.3
1313
github.com/hamba/avro v1.5.6

utils/bundle.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ func VerifyBundleItem(d types.BundleItem) error {
545545
return err
546546
}
547547

548-
addr, err := goether.Ecrecover(accounts.TextHash(signMsg), sign)
548+
_, addr, err := goether.Ecrecover(accounts.TextHash(signMsg), sign)
549549
if err != nil {
550550
return err
551551
}

0 commit comments

Comments
 (0)