Skip to content

Commit

Permalink
Fixed Rutanio.Node build (#177)
Browse files Browse the repository at this point in the history
Co-authored-by: checho1989 <cheverdolaga@hotmail.com>
  • Loading branch information
turcol and checho1989 authored Jul 3, 2020
1 parent ee79a8f commit 7d49a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Networks/Rutanio/Rutanio.Node/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static async Task Main(string[] args)
.UsePosConsensus()
.UseMempool()
.AddPowPosMining()
.UseColdStakingWallet();
.UseColdStakingWallet()
.UseDiagnosticFeature()
.UseNodeHost()
.AddRPC();
Expand Down

0 comments on commit 7d49a73

Please sign in to comment.