mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
accounts/external: minor
This commit is contained in:
parent
a39e697b52
commit
1fd10adab9
1 changed files with 1 additions and 2 deletions
3
accounts/external/backend.go
vendored
3
accounts/external/backend.go
vendored
|
|
@ -244,9 +244,8 @@ func (api *ExternalSigner) SignTx(account accounts.Account, tx *types.Transactio
|
|||
args.Blobs = sidecar.Blobs
|
||||
args.Commitments = sidecar.Commitments
|
||||
args.Proofs = sidecar.Proofs
|
||||
// TODO verify consistency between blobs/committments/proofs
|
||||
}
|
||||
|
||||
|
||||
var res signTransactionResult
|
||||
if err := api.client.Call(&res, "account_signTransaction", args); err != nil {
|
||||
return nil, err
|
||||
|
|
|
|||
Loading…
Reference in a new issue