diff --git a/installer/jshelper/index.js b/installer/jshelper/index.js index 9b7855a..91d413a 100644 --- a/installer/jshelper/index.js +++ b/installer/jshelper/index.js @@ -490,7 +490,7 @@ const funcs = { const registryAcc = new evernode.XrplAccount(hostClient.config.registryAddress); const sellOffer = (await registryAcc.getURITokens()).find(o => o.Issuer == registryAcc.address && o.index == regInfo.uriTokenId && o.Amount); if (sellOffer) { - return { success: true, result: '0.00000001' }; + return { success: true, result: '0' }; } }