Skip to content

Commit

Permalink
Rutanio CSV activation windows updated, and cleanup rutanio favicon (#…
Browse files Browse the repository at this point in the history
…171)

* Delete rutanio favicon (initial implementation)

* CSV activation window starts now on 2020-06-01
  • Loading branch information
turcol authored Jun 29, 2020
1 parent e254313 commit 5020f38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Networks/Rutanio/Rutanio/Networks/RutanioMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
};

Expand Down

0 comments on commit 5020f38

Please sign in to comment.