We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45dcf26 commit 2633138Copy full SHA for 2633138
1 file changed
crypto/src/main/java/org/web3j/crypto/transaction/type/Transaction4844.java
@@ -139,7 +139,7 @@ public List<RlpType> asRlpValues(Sign.SignatureData signatureData) {
139
resultTx.add(RlpString.create(data));
140
141
// access list
142
- resultTx.add(new RlpList());
+ result.add(new RlpList(rlpAccessListRlp()));
143
144
// Blob Transaction: max_fee_per_blob_gas and versioned_hashes
145
resultTx.add(RlpString.create(getMaxFeePerBlobGas()));
0 commit comments