mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
Update signer/core/apitypes/types.go
This commit is contained in:
parent
022105443c
commit
504c4650bd
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ func (args *SendTxArgs) ToTransaction() (*types.Transaction, error) {
|
|||
al = *args.AccessList
|
||||
}
|
||||
if to == nil {
|
||||
return nil, fmt.Errorf("the to address shouldn't be null in blob transaction")
|
||||
return nil, fmt.Errorf("transaction recipient must be set for blob transactions")
|
||||
}
|
||||
data = &types.BlobTx{
|
||||
To: *to,
|
||||
|
|
|
|||
Loading…
Reference in a new issue