updated getClaimIdByLongChannelId

This commit is contained in:
bill bittner 2017-10-31 15:28:11 -07:00
parent 409a9346de
commit c6878eb0a3
3 changed files with 27 additions and 38 deletions

View file

@ -136,7 +136,7 @@ module.exports = {
resolve(NO_CHANNEL);
return;
}
return db.getClaimIdByLongChannelId(result, claimName);
return db.Claim.getClaimIdByLongChannelId(result, claimName);
})
.then(result => { // 3. get the asset using the long claim id
logger.debug('asset claim id =', result);