Skip to content

Commit

Permalink
feat: add WTxIdRelayPayload (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
torx-cz authored Mar 10, 2023
1 parent 0959de4 commit 9fa1adc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions NBitcoin/Protocol/Payloads/WTxIdRelayPayload.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace NBitcoin.Protocol
{
/// <summary>
/// Signaling message about WTXID support (see BIP339)
/// </summary>
[Payload("wtxidrelay")]
public class WTxIdRelayPayload : Payload
{
}
}

0 comments on commit 9fa1adc

Please sign in to comment.