Skip to content

Commit 26048ab

Browse files
GaloretkaDaniPopes
andauthored
Populate Tx1559.contractAddress during conversion (#733)
Co-authored-by: DaniPopes <[email protected]>
1 parent 925dd4a commit 26048ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/StdCheats.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,7 @@ abstract contract StdCheatsSafe {
392392
function rawToConvertedEIPTx1559(RawTx1559 memory rawTx) internal pure virtual returns (Tx1559 memory) {
393393
Tx1559 memory transaction;
394394
transaction.arguments = rawTx.arguments;
395+
transaction.contractAddress = rawTx.contractAddress;
395396
transaction.contractName = rawTx.contractName;
396397
transaction.functionSig = rawTx.functionSig;
397398
transaction.hash = rawTx.hash;

0 commit comments

Comments
 (0)