mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
fix build
This commit is contained in:
parent
1ad93838c9
commit
bd196ad963
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue