Skip to content

Commit

Permalink
doc: update TRUC broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed Oct 27, 2024
1 parent e67a81a commit 97a7a80
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/core/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,15 @@ macro_rules! impl_core_client {

/// Broadcast a new transaction to the network.
///
/// # Note
///
/// When broadcasting a one-parent one-child (TRUC) package,
/// broadcast the child first, followed by the parent.
///
/// Package relay is under-development at the time of writing.
///
/// For more information, see BIP-431 and BIP-331.
///
/// # Errors
///
/// If the node has stopped running.
Expand Down

0 comments on commit 97a7a80

Please sign in to comment.