We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee79a8f commit 7d49a73Copy full SHA for 7d49a73
1 file changed
src/Networks/Rutanio/Rutanio.Node/Program.cs
@@ -31,7 +31,7 @@ public static async Task Main(string[] args)
31
.UsePosConsensus()
32
.UseMempool()
33
.AddPowPosMining()
34
- .UseColdStakingWallet();
+ .UseColdStakingWallet()
35
.UseDiagnosticFeature()
36
.UseNodeHost()
37
.AddRPC();
0 commit comments