diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-11-20 14:27:26 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-11-20 14:40:42 +0100 |
| commit | cf9c4887f176634c9f39305ad70657d9fff3962d (patch) | |
| tree | 01ce0aeb873619515652558680ea97632c466ac9 /src/rpcnet.cpp | |
| parent | Merge pull request #5320 (diff) | |
| parent | Update comments in src/rpc* to be doxygen compatible (diff) | |
| download | discoin-cf9c4887f176634c9f39305ad70657d9fff3962d.tar.xz discoin-cf9c4887f176634c9f39305ad70657d9fff3962d.zip | |
Merge pull request #5324
72fb3d2 Update comments in src/rpc* to be doxygen compatible (Michael Ford)
Diffstat (limited to 'src/rpcnet.cpp')
| -rw-r--r-- | src/rpcnet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index 46b5f3d7a..6ddbd62fc 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -1,5 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin developers -// Distributed under the MIT/X11 software license, see the accompanying +// Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "rpcserver.h" |