Browse Source

utxo verification; listunspent, createtx, parse tx error handling

v0.25
pbca26 7 years ago
parent
commit
e908b2b74f
  1. 2
      routes/electrumjs/electrumjs.txdecoder.js
  2. 708
      routes/shepherd.js

2
routes/electrumjs/electrumjs.txdecoder.js

@ -102,7 +102,7 @@ var TxDecoder = module.exports = function(rawtx, network) {
outputs: decodeOutput(_tx, network),
};
} catch (e) {
return {};
return false;
}
}

708
routes/shepherd.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save