From 0a83f21af59393ec2b107026e8c428293fd50c42 Mon Sep 17 00:00:00 2001 From: zeusthealmighty <37151557+zeusthealmighty@users.noreply.github.com> Date: Mon, 14 May 2018 10:04:12 -0500 Subject: [PATCH] KeyPath Updated --- BTCPayServer/BTCPayNetworkProvider.Polis.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/BTCPayNetworkProvider.Polis.cs b/BTCPayServer/BTCPayNetworkProvider.Polis.cs index 98b1fc920..69640dab1 100644 --- a/BTCPayServer/BTCPayNetworkProvider.Polis.cs +++ b/BTCPayServer/BTCPayNetworkProvider.Polis.cs @@ -27,7 +27,7 @@ namespace BTCPayServer }, CryptoImagePath = "imlegacy/polis.png", DefaultSettings = BTCPayDefaultSettings.GetDefaultSettings(NetworkType), - CoinType = NetworkType == NetworkType.Mainnet ? new KeyPath("3'") : new KeyPath("1'") + CoinType = NetworkType == NetworkType.Mainnet ? new KeyPath("1997'") : new KeyPath("1'") }); } }