Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Feb 10, 2024
1 parent db18489 commit 0e6ace6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/bitcoin/node/full_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ class BCN_API full_node
/// Close the node.
void close() NOEXCEPT override;

/// Events.
/// -----------------------------------------------------------------------

// TODO: subscribe/notify.

/// Properties.
/// -----------------------------------------------------------------------

Expand Down
5 changes: 5 additions & 0 deletions src/full_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ void full_node::do_close() NOEXCEPT
p2p::do_close();
}

// Events.
// ----------------------------------------------------------------------------

// TODO: subscribe/notify.

// Properties.
// ----------------------------------------------------------------------------

Expand Down

0 comments on commit 0e6ace6

Please sign in to comment.