You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# go get -u github.com/OpenBazaar/multiwallet
# github.com/OpenBazaar/multiwallet/keys
/root/go/src/github.com/OpenBazaar/multiwallet/keys/keys.go:48:34: masterPrivKey.Child undefined (type *hdkeychain.ExtendedKey has no field or method Child)
/root/go/src/github.com/OpenBazaar/multiwallet/keys/keys.go:177:3: not enough arguments to return
/root/go/src/github.com/OpenBazaar/multiwallet/keys/keys.go:177:24: km.externalKey.Child undefined (type *hdkeychain.ExtendedKey has no field or method Child)
/root/go/src/github.com/OpenBazaar/multiwallet/keys/keys.go:179:3: not enough arguments to return
/root/go/src/github.com/OpenBazaar/multiwallet/keys/keys.go:179:24: km.internalKey.Child undefined (type *hdkeychain.ExtendedKey has no field or method Child)
# github.com/hunterlong/tokenbalance
/root/go/src/github.com/hunterlong/tokenbalance/tokens.go:94:29: cannot use out (type **big.Int) as type *[]interface {} in argument to _Token.contract.Call
/root/go/src/github.com/hunterlong/tokenbalance/tokens.go:106:29: cannot use out (type **big.Int) as type *[]interface {} in argument to _Token.contract.Call
/root/go/src/github.com/hunterlong/tokenbalance/tokens.go:118:29: cannot use out (type *string) as type *[]interface {} in argument to _Token.contract.Call
/root/go/src/github.com/hunterlong/tokenbalance/tokens.go:130:29: cannot use out (type *string) as type *[]interface {} in argument to _Token.contract.Call
Issue is "github.com/btcsuite/btcutil/hdkeychain/extendedkey.go" code change from Child to Derive.
OS: Ubuntu 18.04
go version go1.15.6 linux/amd64
Issue is "github.com/btcsuite/btcutil/hdkeychain/extendedkey.go" code change from Child to Derive.
Additional changes should be done to change all "Child" references to "Derive".
The text was updated successfully, but these errors were encountered: