mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-10 00:09:18 +01:00
7 lines
146 B
C#
7 lines
146 B
C#
using BTCPayServer.Data;
|
|
|
|
namespace BTCPayServer.PayoutProcessors.Lightning;
|
|
|
|
public class LightningAutomatedPayoutBlob : AutomatedPayoutBlob
|
|
{
|
|
}
|