Skip to content

Commit

Permalink
Update WormholeUninitialized.attack.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
nine-december committed Dec 15, 2022
1 parent de25dcf commit 76048e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Bridges/Wormhole/WormholeUninitialized.attack.sol
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ contract ExploitWormhole is TestHarness {
vm = parseVM(_vm);

console.log("[2] Submitting malicious VM to upgrade the contract...");
console.logBytes(vm.payload);
emit log_named_bytes("Payload", vm.payload);
wormholeImpl.submitContractUpgrade(_vm);
}

Expand Down

0 comments on commit 76048e6

Please sign in to comment.