X-Git-Url: https://git.josue.xyz/?p=crowdnode.js%2F.git;a=blobdiff_plain;f=lib%2Fcrowdnode.js;h=5c5401fd5f779d7d0ca23c5352b7b6f10fdae43e;hp=977c022e1d8af2aea2859731168a2626ce4db37c;hb=852b5e0e70a0c048cdd419b85795bc3d65cd523c;hpb=9f3545f8b248eca1c440ca117f0d99c07281b427 diff --git a/lib/crowdnode.js b/lib/crowdnode.js index 977c022..5c5401f 100644 --- a/lib/crowdnode.js +++ b/lib/crowdnode.js @@ -201,7 +201,7 @@ CrowdNode.accept = async function (wif, hotwallet) { /** * @param {String} wif * @param {String} hotwallet - * @param {Number} amount + * @param {Number} amount - Duffs (1/100000000 Dash) */ CrowdNode.deposit = async function (wif, hotwallet, amount) { // Send Request Message @@ -229,7 +229,7 @@ CrowdNode.deposit = async function (wif, hotwallet, amount) { /** * @param {String} wif * @param {String} hotwallet - * @param {Number} permil - 1/1000 (percent, but per thousand) + * @param {Number} permil - 1/1000 (1/10 of a percent) 500 permille = 50.0 percent */ CrowdNode.withdrawal = async function (wif, hotwallet, permil) { let valid = permil > 0 && permil <= 1000;