Skip to content

Commit f68c50c

Browse files
committed
Fix C# comment
1 parent 75cbba9 commit f68c50c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NBXplorer.Client/Models/CreatePSBTRequest.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ public class CreatePSBTDestination
187187
public class FeePreference
188188
{
189189
/// <summary>
190-
/// An explicit fee rate for the transaction in Satoshi per vBytes (Mutually exclusive with: BlockTarget, ExplicitFee, FallbackFeeRate)
190+
/// An explicit fee rate for the transaction in Satoshi per vBytes (Mutually exclusive with: BlockTarget, FallbackFeeRate)
191191
/// </summary>
192192
public FeeRate ExplicitFeeRate { get; set; }
193193
/// <summary>
194-
/// An explicit fee for the transaction in Satoshi (Mutually exclusive with: BlockTarget, ExplicitFeeRate, FallbackFeeRate)
194+
/// An explicit fee for the transaction in Satoshi (Mutually exclusive with: BlockTarget, FallbackFeeRate)
195195
/// </summary>
196196
public Money ExplicitFee { get; set; }
197197
/// <summary>

0 commit comments

Comments
 (0)