grin/config/src
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
..
config.rs Re-introduce wallet config as part of global grin.toml 2017-12-07 19:08:02 +00:00
lib.rs Cleanup HTTP APIs, update ports to avoid gap, rustfmt 2017-10-31 19:42:56 -04:00
types.rs Re-introduce wallet config as part of global grin.toml 2017-12-07 19:08:02 +00:00