Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Commit

Permalink
save rpccert as well, Fixes #61 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeereboom authored and jrick committed Jul 1, 2016
1 parent 508aa36 commit 3ed2781
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Paymetheus/ViewModels/StartupWizard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ private async void Connect()
ini["Application Options"]["rpcuser"] = ConsensusServerRpcUsername;
ini["Application Options"]["rpcpass"] = ConsensusServerRpcPassword;
ini["Application Options"]["rpclisten"] = ConsensusServerNetworkAddress;
ini["Application Options"]["rpccert"] = ConsensusServerCertificateFile;
var appDataDir = Portability.LocalAppData(Environment.OSVersion.Platform,
AssemblyResources.Organization, AssemblyResources.ProductName);
var parser = new FileIniDataParser();
Expand Down

0 comments on commit 3ed2781

Please sign in to comment.