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