Skip to content

Commit

Permalink
fix: Increase update threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
OwshenNetwork committed Jun 18, 2024
1 parent 1f0bcae commit c5cbf4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/coins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub async fn coins(
log::info!("Cache not found");
None
};
const UPDATE_THRESHOLD: u64 = 5;
const UPDATE_THRESHOLD: u64 = 128;

// let root: U256 = contract.method("root", ())?.call().await?;
let contract_chc_state: (U256, U256) = contract.method("getState", ())?.call().await?;
Expand Down

0 comments on commit c5cbf4d

Please sign in to comment.