• Wladimir J. van der Laan's avatar
    Remove unnecessary dependencies for bitcoin-cli · 22f49b27
    Wladimir J. van der Laan authored
    This commit removes all the unnecessary dependencies (key, core,
    netbase, sync, ...) from bitcoin-cli.
    
    To do this it shards the chain parameters into BaseParams, which
    contains just the RPC port and data directory (as used by utils and
    bitcoin-cli) and Params, with the rest.
    22f49b27
Makefile.test.include 2.94 KB