Skip to content

Commit b249170

Browse files
committed
Remove comment
1 parent 1870e16 commit b249170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contracts/staking/src/contract.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ pub fn query_investment(deps: Deps) -> StdResult<InvestmentResponse> {
404404
nominal_value: if supply.issued.is_zero() {
405405
FALLBACK_RATIO
406406
} else {
407-
// TODO: use Decimal256???
408407
Decimal256::from_ratio(supply.bonded, supply.issued)
409408
.try_into()
410409
.map_err(|_| StdError::generic_err("nominal value too high"))?

0 commit comments

Comments
 (0)