btcpayserver/BTCPayServer/PayoutProcessors/OnChain/OnChainAutomatedPayoutBlob.cs

9 lines
215 B
C#
Raw Normal View History

using BTCPayServer.PayoutProcessors.Settings;
namespace BTCPayServer.PayoutProcessors.OnChain;
public class OnChainAutomatedPayoutBlob : AutomatedPayoutBlob
{
public int FeeTargetBlock { get; set; } = 1;
}