Skip to content

Commit

Permalink
Merge whole program result when contract creation is executed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalinin committed Feb 25, 2016
1 parent 49ddf51 commit fc31543
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -400,7 +400,7 @@ this, new DataWord(newAddress), getOwnerAddress(), DataWord.ZERO, gasLimit,
vm.play(program);
result = program.getResult();

getResult().addInternalTransactions(result.getInternalTransactions());
getResult().merge(result);
}

// 4. CREATE THE CONTRACT OUT OF RETURN
Expand Down

0 comments on commit fc31543

Please sign in to comment.