Skip to content

Commit c0a77f4

Browse files
committed
wip
1 parent 21cd7be commit c0a77f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/call/tasks/universalWithdrawAndCall.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,8 @@ const main = async (args: any, hre: HardhatRuntimeEnvironment) => {
109109
txOptions
110110
);
111111

112-
console.log(`Transaction hash: ${tx.hash}`);
113112
await tx.wait();
114-
console.log("gatewayCall executed successfully");
113+
console.log(`Transaction hash: ${tx.hash}`);
115114
};
116115

117116
task(

0 commit comments

Comments
 (0)