Skip to content

Commit 480b758

Browse files
Add flags for GetBlockProof
1 parent c3d8bb6 commit 480b758

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

liteapi/src/tl/request.rs

+4
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,10 @@ pub struct GetBlockProof {
176176
pub known_block: BlockIdExt,
177177
#[tl(flags_bit = "mode.0")]
178178
pub target_block: Option<BlockIdExt>,
179+
#[tl(flags_bit = "mode.1")]
180+
pub allow_weak_target: Option<()>,
181+
#[tl(flags_bit = "mode.12")]
182+
pub base_block_from_request: Option<()>,
179183
}
180184

181185
#[derive(TlRead, TlWrite, Derivative)]

0 commit comments

Comments
 (0)