aboutsummaryrefslogtreecommitdiff
path: root/src/chain.cpp
diff options
context:
space:
mode:
authorKarl-Johan Alm <[email protected]>2017-01-27 17:43:41 +0900
committerKarl-Johan Alm <[email protected]>2017-01-27 18:13:20 +0900
commitb7b48c8bbdf7a90861610b035d8b0a247ef78c45 (patch)
tree76e6ff7c7547127960ff5e603da95b669cbfdb26 /src/chain.cpp
parentMerge #9519: Exclude RBF replacement txs from fee estimation (diff)
downloaddiscoin-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.cpp2
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
*/