From: dasource Date: Thu, 13 Aug 2015 11:48:09 +0000 (+0000) Subject: Added feePerKb X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=cb325c5815c12d426938a5baf95a1364cef51151 Added feePerKb --- diff --git a/bip39-standalone.html b/bip39-standalone.html index e73b536..910230a 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -31129,8 +31129,8 @@ var networks = { pubKeyHash: 0x3f, scriptHash: 0x7d, wif: 0xbf, - dustThreshold: 0, // CHECK - feePerKb: 100000000, // CHECK + dustThreshold: 0, + feePerKb: 10000, estimateFee: estimateFee('shadow') }, shadowtn: { @@ -31142,8 +31142,8 @@ var networks = { pubKeyHash: 0x7f, scriptHash: 0xc4, wif: 0xff, - dustThreshold: 0, // CHECK - feePerKb: 100000000, // CHECK + dustThreshold: 0, + feePerKb: 10000, estimateFee: estimateFee('shadowtn') }, dogecoin: {