lbcwallet/rpc
Josh Rickmar a549b6908a Avoid calling getrawtransaction from signrawtransaction.
Replace all calls to getrawtransaction with gettxout.

As btcd no longer enables the transaction index by default,
getrawtransaction can no longer be depended on.  gettxout is safe to
use since it queries the utxo set.  This also means that it will
continue to work even when pruning is enabled.

This should be further improved in the future to not look up previous
output scripts over btcd rpc when they are already saved by the
wallet.

Fixes #410.
2016-04-22 12:00:48 -04:00
..
documentation Fix spelling in legacy test and docs using aspell 2016-03-09 20:39:03 +01:00
legacyrpc Avoid calling getrawtransaction from signrawtransaction. 2016-04-22 12:00:48 -04:00
rpcserver Add goclean.sh script from btcd. 2016-03-31 11:43:54 -04:00
walletrpc Regenerate walletrpc package. (#418) 2016-04-19 09:12:17 -04:00
api.proto Rename some rpc commands to something more generic. 2016-03-03 14:22:14 -05:00
regen.sh Modernize the RPC server. 2016-01-29 11:18:26 -05:00