Browse Source

default pend val to 4

all-modes
pbca26 8 years ago
parent
commit
2f999ee626
  1. 4
      react/src/components/addcoin/payload.js

4
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') {

Loading…
Cancel
Save