Skip to content

Commit

Permalink
Merge pull request #177 from rustaceanrob/doc-10-27
Browse files Browse the repository at this point in the history
doc: update TRUC broadcast
  • Loading branch information
rustaceanrob authored Oct 27, 2024
2 parents e67a81a + 97a7a80 commit b99324e
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 b99324e

Please sign in to comment.