Skip to content

Commit 5020f38

Browse files
authored
Rutanio CSV activation windows updated, and cleanup rutanio favicon (#171)
* Delete rutanio favicon (initial implementation) * CSV activation window starts now on 2020-06-01
1 parent e254313 commit 5020f38

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Binary file not shown.

src/Networks/Rutanio/Rutanio/Networks/RutanioMain.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public RutanioMain()
8888
var bip9Deployments = new RutanioBIP9Deployments
8989
{
9090
[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),
91-
[RutanioBIP9Deployments.CSV] = new BIP9DeploymentsParameters("CSV", 0, BIP9DeploymentsParameters.AlwaysActive, 999999999, BIP9DeploymentsParameters.DefaultTestnetThreshold),
91+
[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),
9292
[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)
9393
};
9494

0 commit comments

Comments
 (0)