forked from cerc-io/plugeth
cmd/clef, signer: support for eip-1559 txs in clef (#22966)
This commit is contained in:
@@ -234,7 +234,7 @@ func mkTestTx(from common.MixedcaseAddress) core.SendTxArgs {
|
||||
From: from,
|
||||
To: &to,
|
||||
Gas: gas,
|
||||
GasPrice: gasPrice,
|
||||
GasPrice: &gasPrice,
|
||||
Value: value,
|
||||
Data: &data,
|
||||
Nonce: nonce}
|
||||
|
||||
Reference in New Issue
Block a user