Skip to content

Commit 57a2485

Browse files
committed
fixed forc build for main.sw file
1 parent 6c59d09 commit 57a2485

File tree

1 file changed

+1
-1
lines changed
  • target_chains/fuel/contracts/pyth-contract/src

1 file changed

+1
-1
lines changed

target_chains/fuel/contracts/pyth-contract/src/main.sw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ fn update_fee(update_data: Vec<Bytes>) -> u64 {
374374
total_fee(total_number_of_updates, storage.single_update_fee)
375375
}
376376

377-
#[storage(read, write), payable]
377+
#[storage(read, write)]
378378
fn update_price_feeds(update_data: Vec<Bytes>) {
379379
require(
380380
msg_asset_id() == AssetId::base(),

0 commit comments

Comments
 (0)