Skip to content

Commit 45ccb38

Browse files
committed
Revert "more cleaning 2"
This reverts commit cc7ebc3.
1 parent 272f1b9 commit 45ccb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/fuel/contracts/tests/utils/interface/wormhole_guardians.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub(crate) async fn submit_new_guardian_set(
5959
contract: &PythOracleContract<WalletUnlocked>,
6060
encoded_vm: Bytes,
6161
) -> CallResponse<()> {
62-
contract
62+
let result = contract
6363
.methods()
6464
.submit_new_guardian_set(encoded_vm)
6565
.call()

0 commit comments

Comments
 (0)