mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
Update backend.go
This commit is contained in:
parent
7890a56420
commit
b7eadabf07
1 changed files with 1 additions and 1 deletions
2
accounts/external/backend.go
vendored
2
accounts/external/backend.go
vendored
|
|
@ -187,7 +187,7 @@ func (api *ExternalSigner) SignText(account accounts.Account, text []byte) ([]by
|
|||
return signature, nil
|
||||
}
|
||||
|
||||
// signTransactionResult represents the signinig result returned by clef.
|
||||
// signTransactionResult represents the signing result returned by clef.
|
||||
type signTransactionResult struct {
|
||||
Raw hexutil.Bytes `json:"raw"`
|
||||
Tx *types.Transaction `json:"tx"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue