Files
lightning/bitcoin
Christian Decker f085a474b2 fix: Only add cli_args if we have some defined
This was causing calls to `bitcoin-cli` to fail on mainnet since it
was interpreting the empty string as the RPC method to call.
2017-08-13 13:57:48 +09:30
..
2017-01-05 12:11:18 +10:30
2017-07-13 15:36:50 +02:00
2017-02-02 14:48:00 +10:30
2017-05-09 11:43:35 +09:30
2015-06-25 13:48:05 +09:30
2017-05-09 11:43:35 +09:30
2016-04-12 13:07:03 +09:30

These are standard bitcoin manipulation routines which should be
provided by any normal bitcoin library in whatever language you choose.

The ones here are standalone ones taken from bitcoin core and some I
wrote, many taken from bitcoin-iterate and pasted in here.