From 2f999ee62658360e618fb1bba0314f85297b0bce Mon Sep 17 00:00:00 2001 From: pbca26 Date: Sat, 13 May 2017 10:05:03 -0700 Subject: [PATCH] default pend val to 4 --- react/src/components/addcoin/payload.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/src/components/addcoin/payload.js b/react/src/components/addcoin/payload.js index 5268cc1..51f41d2 100644 --- a/react/src/components/addcoin/payload.js +++ b/react/src/components/addcoin/payload.js @@ -132,7 +132,7 @@ export function checkCoinType(coin) { export function startCrypto(confpath, coin, mode) { var tmpinternval = 0, AddCoinData = {}, - tmpPendValue = 4, // TODO: hook up to shepherd sysinfo + tmpPendValue = 1, // TODO: hook up to shepherd sysinfo tmpIguanaRPCAuth = 'tmpIgRPCUser@' + sessionStorage.getItem('IguanaRPCAuth'); if (coin !== 'BTC' && coin !== 'LTC' && coin !== 'DOGE') { @@ -174,7 +174,7 @@ export function startCrypto(confpath, coin, mode) { export function startCurrencyAssetChain(confpath, coin, mode) { var AddCoinDataPayload = {}, - tmpPendValue, + tmpPendValue = 1, tmpIguanaRPCAuth = 'tmpIgRPCUser@' + sessionStorage.getItem('IguanaRPCAuth'); if (coin !== 'BTC' && coin !== 'LTC' && coin !== 'DOGE') {