We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9677a9 commit cecc309Copy full SHA for cecc309
include/keychain.hpp
@@ -14,7 +14,6 @@
14
#include <fc/crypto/hex.hpp>
15
#include <fc/variant.hpp>
16
#include <graphene/utilities/key_conversion.hpp>
17
-#include <json/json.hpp>
18
19
#include <boost/filesystem.hpp>
20
#include <boost/signals2.hpp>
src/pipe_line_parser.cpp
@@ -12,7 +12,6 @@
12
13
using keychain_t = keychain_app::keychain;
-using namespace nlohmann;
using namespace keychain_app;
pipeline_parser::pipeline_parser(keychain_invoke_f&& keychain_f)
0 commit comments