diff options
| author | Stuart Cardall <[email protected]> | 2014-05-13 10:15:00 +0000 |
|---|---|---|
| committer | Stuart Cardall <[email protected]> | 2014-05-13 10:15:00 +0000 |
| commit | 5248ff40997c64cc0fde7aaa67cf94dd38b14899 (patch) | |
| tree | d40c2b2e3ab9d2406e8ddaa312ef6295af950485 /src/bitcoin-cli.cpp | |
| parent | Merge pull request #4129 (diff) | |
| download | discoin-5248ff40997c64cc0fde7aaa67cf94dd38b14899.tar.xz discoin-5248ff40997c64cc0fde7aaa67cf94dd38b14899.zip | |
SetupEnvironment() - clean commit
Diffstat (limited to 'src/bitcoin-cli.cpp')
| -rw-r--r-- | src/bitcoin-cli.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index ca6950a16..ce9e7a402 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -58,6 +58,8 @@ static bool AppInitRPC(int argc, char* argv[]) int main(int argc, char* argv[]) { + SetupEnvironment(); + try { if(!AppInitRPC(argc, argv)) |