grin/config
Ignotus Peverell f001006fc9
Re-introduce wallet config as part of global grin.toml
Wallet configuration was disabled presumably as wallet is its
own separate process. However people seem to still want to use
a single config for everything, which may be a sign that the
lifecycle of the wallet and the server should be the same by
default (with appropriate options to only start one).

Note that this does *not* mean that the wallet and the server
should share the same process. The wallet process can easily be
forked. But sharing the same config file may provide a lot of
future convenience.
2017-12-07 19:08:02 +00:00
..
src Re-introduce wallet config as part of global grin.toml 2017-12-07 19:08:02 +00:00
Cargo.toml slog-rs logging (#171) 2017-10-12 16:56:44 +00:00