diff options
| author | Karl-Johan Alm <[email protected]> | 2017-01-27 17:43:41 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2017-01-27 18:13:20 +0900 |
| commit | b7b48c8bbdf7a90861610b035d8b0a247ef78c45 (patch) | |
| tree | 76e6ff7c7547127960ff5e603da95b669cbfdb26 /src/chain.cpp | |
| parent | Merge #9519: Exclude RBF replacement txs from fee estimation (diff) | |
| download | discoin-b7b48c8bbdf7a90861610b035d8b0a247ef78c45.tar.xz discoin-b7b48c8bbdf7a90861610b035d8b0a247ef78c45.zip | |
Refactor: Remove using namespace <xxx> from src/*.cpp.
Diffstat (limited to 'src/chain.cpp')
| -rw-r--r-- | src/chain.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/chain.cpp b/src/chain.cpp index 0f4d422b9..a5b369c4f 100644 --- a/src/chain.cpp +++ b/src/chain.cpp @@ -5,8 +5,6 @@ #include "chain.h" -using namespace std; - /** * CChain implementation */ |