Skip to content

Commit

Permalink
comment correction
Browse files Browse the repository at this point in the history
Co-authored-by: Alpo <62043214+AlpinYukseloglu@users.noreply.github.com>
  • Loading branch information
crnbarr93 and AlpinYukseloglu authored Mar 28, 2024
1 parent f13f69e commit 3c7408a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/sumtree-orderbook/src/sumtree/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub enum NodeType {
accumulator: Uint128,
// Range from min ETAS to max ETAS + value of max ETAS
range: (Uint128, Uint128),
// Amount of leaf ancestors
// Depth of subtree below node
weight: u64,
},
}
Expand Down

0 comments on commit 3c7408a

Please sign in to comment.