Skip to content

Commit

Permalink
10 times max weight for non-tx eth calls (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard authored Sep 9, 2022
1 parent a88fd75 commit b13d2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/collator/src/rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ where
block_data_cache.clone(),
fee_history_cache,
fee_history_limit,
// Unit multiplier for non-transactional - can be changed in the future
1,
// Allow 10x max allowed weight for non-transactional calls
10,
)
.into_rpc(),
)?;
Expand Down

0 comments on commit b13d2bc

Please sign in to comment.