Next draft. Features: connectpeer, listchannels, sendpayment, autoreconnect to chan...
authorValentine Wallace <vwallace@protonmail.com>
Wed, 3 Mar 2021 23:44:05 +0000 (18:44 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Mon, 3 May 2021 22:29:46 +0000 (18:29 -0400)
commit224d32a53718a00f01456711d2ee524e59c5ff46
treef147dc39d88d31e19590b8ad93d8b84599f3f28d
parent1b034d63a4cb4e0b249ae6240166513b6be76737
Next draft. Features: connectpeer, listchannels, sendpayment, autoreconnect to chan peers on startup
.gitignore
Cargo.lock
Cargo.toml
src/bitcoind_client.rs
src/cli.rs
src/convert.rs [new file with mode: 0644]
src/disk.rs [new file with mode: 0644]
src/hex_utils.rs [new file with mode: 0644]
src/main.rs
src/utils.rs [deleted file]