mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 19:07:57 +00:00
Reduce cargo doc warnings (#8947)
Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
@@ -50,7 +50,7 @@ pub type Weight = u64;
|
||||
///
|
||||
/// As 1 gas is equal to 1 weight we base this on the conducted benchmarks which
|
||||
/// determined runtime weights:
|
||||
/// https://github.com/paritytech/substrate/pull/5446
|
||||
/// <https://github.com/paritytech/substrate/pull/5446>
|
||||
const GAS_PER_SECOND: Weight = 1_000_000_000_000;
|
||||
|
||||
/// The maximum amount of weight that the call and instantiate rpcs are allowed to consume.
|
||||
|
||||
Reference in New Issue
Block a user