Adapt payjoin implementation to the BIP (#1569)

This commit is contained in:
Nicolas Dorier
2020-05-17 05:07:24 +09:00
committed by GitHub
parent e9bda50054
commit 8d1ff01ee8
7 changed files with 302 additions and 72 deletions

View File

@@ -1023,7 +1023,7 @@ namespace BTCPayServer.Controllers
}
}
private DerivationSchemeSettings GetDerivationSchemeSettings(WalletId walletId)
internal DerivationSchemeSettings GetDerivationSchemeSettings(WalletId walletId)
{
var paymentMethod = CurrentStore
.GetSupportedPaymentMethods(NetworkProvider)