log.debug('Total value in all utxos ('+formatAmount(totalValueInUtxos)+') is insufficient to cover for txp amount ('+formatAmount(txpAmount)+')');// TODO
log.debug('Total value in all utxos ('+formatAmount(totalValueInUtxos)+') is insufficient to cover for txp amount ('+formatAmount(txpAmount)+')');
returnErrors.INSUFFICIENT_FUNDS;
}
if(netValueInUtxos<txpAmount){
log.debug('Value after fees in all utxos ('+formatAmount(netValueInUtxos)+') is insufficient to cover for txp amount ('+formatAmount(txpAmount)+')');// TODO
log.debug('Value after fees in all utxos ('+formatAmount(netValueInUtxos)+') is insufficient to cover for txp amount ('+formatAmount(txpAmount)+')');