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" ] } }