mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
minor doc fix (#2207)
This commit is contained in:
committed by
Bastian Köcher
parent
ac725ec93f
commit
cc1966ff43
@@ -124,9 +124,13 @@ pub type Address = MultiAddress<AccountId, ()>;
|
|||||||
// `ensure_able_to_receive_confirmation` test.
|
// `ensure_able_to_receive_confirmation` test.
|
||||||
|
|
||||||
/// Maximal number of unrewarded relayer entries at inbound lane for Cumulus-based parachains.
|
/// Maximal number of unrewarded relayer entries at inbound lane for Cumulus-based parachains.
|
||||||
|
/// Note: this value is security-relevant, decreasing it should not be done without careful
|
||||||
|
/// analysis (like the one above).
|
||||||
pub const MAX_UNREWARDED_RELAYERS_IN_CONFIRMATION_TX: MessageNonce = 1024;
|
pub const MAX_UNREWARDED_RELAYERS_IN_CONFIRMATION_TX: MessageNonce = 1024;
|
||||||
|
|
||||||
/// Maximal number of unconfirmed messages at inbound lane for Cumulus-based parachains.
|
/// Maximal number of unconfirmed messages at inbound lane for Cumulus-based parachains.
|
||||||
|
/// Note: this value is security-relevant, decreasing it should not be done without careful
|
||||||
|
/// analysis (like the one above).
|
||||||
pub const MAX_UNCONFIRMED_MESSAGES_IN_CONFIRMATION_TX: MessageNonce = 4096;
|
pub const MAX_UNCONFIRMED_MESSAGES_IN_CONFIRMATION_TX: MessageNonce = 4096;
|
||||||
|
|
||||||
/// Extra signed extension data that is used by all bridge hubs.
|
/// Extra signed extension data that is used by all bridge hubs.
|
||||||
|
|||||||
Reference in New Issue
Block a user