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 7b4feb4 commit 6b1c016Copy full SHA for 6b1c016
target_chains/fuel/contracts/scripts/deploy_pyth.rs
@@ -61,10 +61,7 @@ async fn main() {
61
println!("gsi: {:?}", gsi);
62
63
let update_data = update_data_bytes(None).await.unwrap();
64
-
65
- let update_fee_return = pyth.update_fee(&update_data).await.unwrap();
66
67
- let fee = update_fee_return.value;
+ let fee = pyth.update_fee(&update_data).await.unwrap().value;
68
69
//print fee
70
println!("fee: {:?}", fee);
0 commit comments