fixed winning channel algo to use effective amount
This commit is contained in:
parent
3592d3257d
commit
cb7f5ac453
6 changed files with 30 additions and 18 deletions
controllers
|
@ -56,7 +56,8 @@ function getAssetByLongClaimId (fullClaimId, name) {
|
|||
// if a result was found, return early with the result
|
||||
if (dataValues) {
|
||||
logger.debug('found a local file for this name and claimId');
|
||||
return resolve(dataValues);
|
||||
resolve(dataValues);
|
||||
return;
|
||||
}
|
||||
logger.debug('no local file found for this name and claimId');
|
||||
// 2. if no local claim, resolve and get the claim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue