Expose signed block information over RPC when active

This commit is contained in:
Gregory Sanders 2018-12-11 12:06:04 -05:00
parent 0d7e0f9898
commit 5877da8ed9
3 changed files with 48 additions and 15 deletions

View file

@ -20,7 +20,6 @@
#include <policy/fees.h>
#include <policy/policy.h>
#include <policy/rbf.h>
#include <pow.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <random.h>
@ -41,6 +40,9 @@
#include <validationinterface.h>
#include <warnings.h>
// ELEMENTS
#include <block_proof.h> // CheckChallenge, CheckProof
#include <future>
#include <sstream>