mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 17:07:56 +00:00
Support sending and receiving multiple Justifications (#8266)
* client/network: support sending multiple justifications * network: flag support for multiple justifications in protobuf request * Update client/network/src/protocol.rs Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com> * network: update comment on protobuf field Co-authored-by: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
@@ -722,6 +722,7 @@ impl<B: Block> Request<B> {
|
||||
to_block: Default::default(),
|
||||
direction: schema::v1::Direction::Ascending as i32,
|
||||
max_blocks: 1,
|
||||
support_multiple_justifications: true,
|
||||
};
|
||||
|
||||
let mut buf = Vec::with_capacity(rq.encoded_len());
|
||||
|
||||
Reference in New Issue
Block a user