-comment
This commit is contained in:
parent
f1f332e0a6
commit
d759c7e78a
@ -963,7 +963,6 @@ export async function selectCandidates(
|
||||
if (denom.isRevoked || !denom.isOffered) {
|
||||
continue;
|
||||
}
|
||||
// FIXME: validation status and isOffered!
|
||||
denoms.push({
|
||||
...DenominationRecord.toDenomInfo(denom),
|
||||
numAvailable: denomAvail.freshCoinCount ?? 0,
|
||||
|
Loading…
Reference in New Issue
Block a user