diff options
| author | Stuart Cardall <[email protected]> | 2014-05-13 10:15:00 +0000 |
|---|---|---|
| committer | langerhans <[email protected]> | 2014-07-09 17:01:36 +0200 |
| commit | 7c8d9db4e4ca1b0ab8a0c747c5c06c6e0bd85832 (patch) | |
| tree | ed7f89e4e98e2d549199c02923367f1446a61e66 /src/dogecoind.cpp | |
| parent | Move base58.h implementation code to base58.cpp (diff) | |
| download | discoin-7c8d9db4e4ca1b0ab8a0c747c5c06c6e0bd85832.tar.xz discoin-7c8d9db4e4ca1b0ab8a0c747c5c06c6e0bd85832.zip | |
SetupEnvironment() - clean commit
Diffstat (limited to 'src/dogecoind.cpp')
| -rw-r--r-- | src/dogecoind.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dogecoind.cpp b/src/dogecoind.cpp index 9eee562d4..cfb3d8cb6 100644 --- a/src/dogecoind.cpp +++ b/src/dogecoind.cpp @@ -172,6 +172,8 @@ bool AppInit(int argc, char* argv[]) int main(int argc, char* argv[]) { + SetupEnvironment(); + bool fRet = false; // Connect dogecoind signal handlers |