bitcoin-daemon 0.1.16-alpha.0

hooks to launch the bitcoin daemon
1
2
3
4
5
6
7
#![feature(test)]

#[macro_use] mod imports; use imports::*;

x!{bitcoind}
x!{app_init}
x!{fork_daemon}