Skip to content

Commit

Permalink
Merge pull request #80 from MostroP2P/add-next-trade-fields
Browse files Browse the repository at this point in the history
Add next trade fields to order
  • Loading branch information
grunch authored Jan 9, 2025
2 parents ce780e3 + e2e93d7 commit 9593a08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/order.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ pub struct Order {
pub expires_at: i64,
pub trade_index_seller: Option<i64>,
pub trade_index_buyer: Option<i64>,
pub next_trade_pubkey: Option<String>,
pub next_trade_index: Option<i64>,
}

impl Order {
Expand Down

0 comments on commit 9593a08

Please sign in to comment.