26 namespace graphene {
namespace wallet {
namespace detail {
50 (*_remote_debug)->debug_push_blocks( src_filename, count );
51 (*_remote_debug)->debug_stream_json_objects_flush();
57 (*_remote_debug)->debug_generate_blocks( debug_wif_key, count );
58 (*_remote_debug)->debug_stream_json_objects_flush();
64 (*_remote_debug)->debug_stream_json_objects( filename );
65 (*_remote_debug)->debug_stream_json_objects_flush();
71 (*_remote_debug)->debug_update_object( update );
72 (*_remote_debug)->debug_stream_json_objects_flush();
85 std::cerr <<
"\nCouldn't get debug node API. You probably are not configured\n"
86 "to access the debug API on the node you are connecting to.\n"
88 "To fix this problem:\n"
89 "- Please ensure you are running debug_node, not witness_node.\n"
90 "- Please follow the instructions in README.md to set up an apiaccess file.\n"