mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
no more signHash
This commit is contained in:
parent
dcc951b4bc
commit
871984fa70
1 changed files with 1 additions and 1 deletions
|
|
@ -515,7 +515,7 @@ func (w *wallet) SelfDerive(bases []accounts.DerivationPath, chain ethereum.Chai
|
||||||
w.deriveChain = chain
|
w.deriveChain = chain
|
||||||
}
|
}
|
||||||
|
|
||||||
// signHash implements accounts.Wallet, however signing arbitrary data is not
|
// signData implements accounts.Wallet, however signing arbitrary data is not
|
||||||
// supported for hardware wallets, so this method will always return an error.
|
// supported for hardware wallets, so this method will always return an error.
|
||||||
func (w *wallet) signData(account accounts.Account, data []byte) ([]byte, error) {
|
func (w *wallet) signData(account accounts.Account, data []byte) ([]byte, error) {
|
||||||
w.stateLock.RLock() // Comms have their own mutex
|
w.stateLock.RLock() // Comms have their own mutex
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue