Skip to content

Commit

Permalink
Rollback unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
asoto-iov committed Dec 4, 2024
1 parent 7a008e4 commit 6ff2c50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ private ProgramResult getProgramResult(RskAddress senderAddress, byte[] nonce, D
InternalTransaction internalTx = addInternalTx(nonce, getGasLimit(), senderAddress, RskAddress.nullAddress(), endowment, programCode, "create");
ProgramInvoke programInvoke = programInvokeFactory.createProgramInvoke(
this, DataWord.valueOf(contractAddress.getBytes()), getOwnerAddress(), value, gasLimit,
newBalance, programCode, track, this.invoke.getBlockStore(), false, byTestingSuite());
newBalance, null, track, this.invoke.getBlockStore(), false, byTestingSuite());

returnDataBuffer = null; // reset return buffer right before the call

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ void retrieveSimpleStorageContractCreationTrace() throws Exception {
WorldDslProcessor processor = new WorldDslProcessor(world);
processor.processCommands(parser);

//Transaction transaction = world.getTransactionByName("tx01");
TransactionReceipt contractTransactionReceipt = world.getTransactionReceiptByName("tx01");

CallTracer callTracer = new CallTracer(world.getBlockStore(), world.getBlockExecutor(), web3InformationRetriever, receiptStore, world.getBlockChain());
Expand Down

0 comments on commit 6ff2c50

Please sign in to comment.