mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31:03 +00:00
Fix typo in comment (#672)
This commit is contained in:
committed by
Bastian Köcher
parent
25aa988f9b
commit
b5d49fca87
@@ -277,7 +277,7 @@ decl_module! {
|
|||||||
|
|
||||||
/// Place a bid for a parathread to be progressed in the next block.
|
/// Place a bid for a parathread to be progressed in the next block.
|
||||||
///
|
///
|
||||||
/// This is a kind of special transaction that should by heavily prioritized in the
|
/// This is a kind of special transaction that should be heavily prioritized in the
|
||||||
/// transaction pool according to the `value`; only `ThreadCount` of them may be presented
|
/// transaction pool according to the `value`; only `ThreadCount` of them may be presented
|
||||||
/// in any single block.
|
/// in any single block.
|
||||||
fn select_parathread(origin,
|
fn select_parathread(origin,
|
||||||
|
|||||||
Reference in New Issue
Block a user