Skip to content

Commit

Permalink
Make TonWalletInfo.seqno optional
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Aug 15, 2023
1 parent e0c855b commit 350c9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/src/ton/models/ton_wallet_info.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[typeshare]
struct TonWalletInfo {
seqno: i32,
seqno: Option<i32>,
last_transaction_id: TonTransactionId,
}

0 comments on commit 350c9fc

Please sign in to comment.