mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
companion for substrate#9788 (#3858)
* companion for https://github.com/paritytech/substrate/pull/9788 * fmt * Some fixes * final fixes * fix a few small things * update Substrate Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -143,8 +143,9 @@ impl fmt::Debug for OutboundHrmpAcceptanceErr {
|
||||
"more HRMP messages than permitted by config ({} > {})",
|
||||
sent, permitted,
|
||||
),
|
||||
NotSorted { idx } =>
|
||||
write!(fmt, "the HRMP messages are not sorted (first unsorted is at index {})", idx,),
|
||||
NotSorted { idx } => {
|
||||
write!(fmt, "the HRMP messages are not sorted (first unsorted is at index {})", idx,)
|
||||
},
|
||||
NoSuchChannel { idx, channel_id } => write!(
|
||||
fmt,
|
||||
"the HRMP message at index {} is sent to a non existent channel {:?}->{:?}",
|
||||
|
||||
Reference in New Issue
Block a user