From a7c70e6912522fe95fbb2997d026e980fb25c431 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Mon, 2 Sep 2024 10:35:06 +0900 Subject: [PATCH] Add missing doc for scriptPubKeyType TaprootBIP86 --- .../swagger.template.stores-payment-methods.on-chain.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-payment-methods.on-chain.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-payment-methods.on-chain.json index 64a18a532..4120fcd00 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-payment-methods.on-chain.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.stores-payment-methods.on-chain.json @@ -402,12 +402,14 @@ "x-enumNames": [ "Legacy", "Segwit", - "SegwitP2SH" + "SegwitP2SH", + "TaprootBIP86" ], "enum": [ "Legacy", "Segwit", - "SegwitP2SH" + "SegwitP2SH", + "TaprootBIP86" ] } }