mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Remove "enabled" option from address preview endpoint
This commit is contained in:
committed by
Andrew Camilleri
parent
0d08bd3ad1
commit
d39ec97b9a
@@ -144,7 +144,7 @@ namespace BTCPayServer.Controllers.GreenField
|
||||
public IActionResult GetProposedOnChainPaymentMethodPreview(
|
||||
string storeId,
|
||||
string cryptoCode,
|
||||
[FromBody] OnChainPaymentMethodData paymentMethodData,
|
||||
[FromBody] OnChainPaymentMethodDataPreview paymentMethodData,
|
||||
int offset = 0, int amount = 10)
|
||||
{
|
||||
if (!GetCryptoCodeWallet(cryptoCode, out var network, out BTCPayWallet _))
|
||||
|
||||
Reference in New Issue
Block a user