Skip to content

Commit ae11696

Browse files
committed
Remove dead code, use group #include.
1 parent 07d96aa commit ae11696

File tree

1 file changed

+1
-2
lines changed
  • include/bitcoin/network/messages/rpc

1 file changed

+1
-2
lines changed

include/bitcoin/network/messages/rpc/body.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#include <bitcoin/network/define.hpp>
2323
#include <bitcoin/network/messages/json/body.hpp>
24-
#include <bitcoin/network/rpc/model.hpp>
24+
#include <bitcoin/network/rpc/rpc.hpp>
2525

2626
namespace libbitcoin {
2727
namespace network {
@@ -85,7 +85,6 @@ struct BCT_API body
8585

8686
private:
8787
const bool terminate_{};
88-
boost::json::value temp_json_{};
8988
};
9089
};
9190

0 commit comments

Comments
 (0)