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
1
accounts/external/backend.go
vendored
1
accounts/external/backend.go
vendored
|
|
@ -244,7 +244,6 @@ func (api *ExternalSigner) SignTx(account accounts.Account, tx *types.Transactio
|
||||||
args.Blobs = sidecar.Blobs
|
args.Blobs = sidecar.Blobs
|
||||||
args.Commitments = sidecar.Commitments
|
args.Commitments = sidecar.Commitments
|
||||||
args.Proofs = sidecar.Proofs
|
args.Proofs = sidecar.Proofs
|
||||||
// TODO verify consistency between blobs/committments/proofs
|
|
||||||
}
|
}
|
||||||
|
|
||||||
var res signTransactionResult
|
var res signTransactionResult
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue