diff options
| author | Andrew Chow <[email protected]> | 2017-09-05 12:48:58 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-04-26 15:33:11 +0200 |
| commit | 2ae705d84178fb9faa49f92091206e92379a2c63 (patch) | |
| tree | 696da3263cf74554ce09ec79343841a62b4accd7 /src/Makefile.am | |
| parent | Merge #12321: p2wsh and p2sh-p2wsh address in decodescript (diff) | |
| download | discoin-2ae705d84178fb9faa49f92091206e92379a2c63.tar.xz discoin-2ae705d84178fb9faa49f92091206e92379a2c63.zip | |
Remove Safe mode
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0466d961c..04bd75a2a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -137,7 +137,6 @@ BITCOIN_CORE_H = \ rpc/client.h \ rpc/mining.h \ rpc/protocol.h \ - rpc/safemode.h \ rpc/server.h \ rpc/rawtransaction.h \ rpc/register.h \ @@ -223,7 +222,6 @@ libbitcoin_server_a_SOURCES = \ rpc/misc.cpp \ rpc/net.cpp \ rpc/rawtransaction.cpp \ - rpc/safemode.cpp \ rpc/server.cpp \ script/sigcache.cpp \ timedata.cpp \ |