We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b42a10 commit cc7ebc3Copy full SHA for cc7ebc3
target_chains/fuel/contracts/tests/utils/interface/wormhole_guardians.rs
@@ -59,7 +59,7 @@ pub(crate) async fn submit_new_guardian_set(
59
contract: &PythOracleContract<WalletUnlocked>,
60
encoded_vm: Bytes,
61
) -> CallResponse<()> {
62
- let result = contract
+ contract
63
.methods()
64
.submit_new_guardian_set(encoded_vm)
65
.call()
0 commit comments