Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0xaslan committed Apr 26, 2024
1 parent de0b31e commit 74932eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepbook/sources/pool/deep_price.move
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module deepbook::deep_price {
_base_conversion_rate: u64,
_quote_conversion_rate: u64,
) {
// TODO
// TODO
}

public(package) fun deep_per_base(deep_price: &DeepPrice): u64 {
Expand Down

0 comments on commit 74932eb

Please sign in to comment.