Skip to content

Commit cc7ebc3

Browse files
committed
more cleaning 2
1 parent 1b42a10 commit cc7ebc3

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-
let result = contract
62+
contract
6363
.methods()
6464
.submit_new_guardian_set(encoded_vm)
6565
.call()

0 commit comments

Comments
 (0)