fix build

This commit is contained in:
nicolas.dorier 2024-01-18 12:31:59 +09:00
parent 1ad93838c9
commit bd196ad963
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -46,7 +46,7 @@ namespace BTCPayServer
{
public static DerivationSchemeParser GetDerivationSchemeParser(this BTCPayNetwork network)
{
return new DerivationSchemeParser(n);
return new DerivationSchemeParser(network);
}
public static bool TryParseXpub(this DerivationSchemeParser derivationSchemeParser, string xpub,