Update ZMQ fee estimate and add ZMQ output distribution
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
set(rpc_base_sources
|
||||
rpc_args.cpp)
|
||||
rpc_args.cpp
|
||||
rpc_handler.cpp)
|
||||
|
||||
set(rpc_sources
|
||||
core_rpc_server.cpp
|
||||
@@ -43,7 +44,8 @@ set(daemon_rpc_server_sources
|
||||
|
||||
|
||||
set(rpc_base_headers
|
||||
rpc_args.h)
|
||||
rpc_args.h
|
||||
rpc_handler.h)
|
||||
|
||||
set(rpc_headers)
|
||||
|
||||
@@ -63,7 +65,6 @@ set(daemon_rpc_server_private_headers
|
||||
message.h
|
||||
daemon_messages.h
|
||||
daemon_handler.h
|
||||
rpc_handler.h
|
||||
zmq_server.h)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user