mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Expose signed block information over RPC when active
This commit is contained in:
parent
0d7e0f9898
commit
5877da8ed9
3 changed files with 48 additions and 15 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue