From 225fbcbe1c27a930bff40e95e69d3abe3f14b66d Mon Sep 17 00:00:00 2001 From: Teppy Date: Mon, 27 May 2024 15:11:35 -0400 Subject: [PATCH] changes --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.rs b/src/main.rs index 96b8c1e..6f3341a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -38,6 +38,8 @@ struct Offer { sell_qty: FiNum, sell_remain: FiNum, buy_qty: FiNum, + royalty_acc: FiNum, // Buy type. In the royalty tree, for this node and those to the left + royalty_cap: FiNum, // In the royalty tree, just for this node. owner: i32, }