ethrpc: Add missing fields to EthTx

This commit is contained in:
Łukasz Magiera
2023-02-09 14:26:13 +01:00
parent 9339267e6e
commit e321761a72
6 changed files with 19 additions and 13 deletions
+1
View File
@@ -1757,6 +1757,7 @@ func ethTxFromNativeMessage(ctx context.Context, msg *types.Message, sa StateAPI
Gas: ethtypes.EthUint64(msg.GasLimit),
MaxFeePerGas: ethtypes.EthBigInt(msg.GasFeeCap),
MaxPriorityFeePerGas: ethtypes.EthBigInt(msg.GasPremium),
AccessList: []ethtypes.EthHash{},
}
}