diff --git a/src/Features/Blockcore.Features.NodeHost/UI/wwwroot/faviconruta.ico b/src/Features/Blockcore.Features.NodeHost/UI/wwwroot/faviconruta.ico deleted file mode 100644 index 677c441ce..000000000 Binary files a/src/Features/Blockcore.Features.NodeHost/UI/wwwroot/faviconruta.ico and /dev/null differ diff --git a/src/Networks/Rutanio/Rutanio/Networks/RutanioMain.cs b/src/Networks/Rutanio/Rutanio/Networks/RutanioMain.cs index 8ac0040b3..37dedd645 100644 --- a/src/Networks/Rutanio/Rutanio/Networks/RutanioMain.cs +++ b/src/Networks/Rutanio/Rutanio/Networks/RutanioMain.cs @@ -88,7 +88,7 @@ public RutanioMain() var bip9Deployments = new RutanioBIP9Deployments { [RutanioBIP9Deployments.ColdStaking] = new BIP9DeploymentsParameters("ColdStaking", 27, new DateTime(2020, 6, 1, 0, 0, 0, DateTimeKind.Utc), new DateTime(2021, 6, 1, 0, 0, 0, DateTimeKind.Utc), BIP9DeploymentsParameters.DefaultMainnetThreshold), - [RutanioBIP9Deployments.CSV] = new BIP9DeploymentsParameters("CSV", 0, BIP9DeploymentsParameters.AlwaysActive, 999999999, BIP9DeploymentsParameters.DefaultTestnetThreshold), + [RutanioBIP9Deployments.CSV] = new BIP9DeploymentsParameters("CSV", 0, new DateTime(2020, 6, 1, 0, 0, 0, DateTimeKind.Utc), new DateTime(2021, 6, 1, 0, 0, 0, DateTimeKind.Utc), BIP9DeploymentsParameters.DefaultMainnetThreshold), [RutanioBIP9Deployments.Segwit] = new BIP9DeploymentsParameters("Segwit", 1, new DateTime(2020, 6, 1, 0, 0, 0, DateTimeKind.Utc), new DateTime(2021, 6, 1, 0, 0, 0, DateTimeKind.Utc), BIP9DeploymentsParameters.DefaultMainnetThreshold) };