btcpayserver/BTCPayServer/PayoutProcessors/OnChain/OnChainAutomatedPayoutBlob.cs

9 lines
191 B
C#
Raw Normal View History

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