Skip to content

Commit

Permalink
Merge branch 'backport' of https://github.com/zkSNACKs/WalletWasabi i…
Browse files Browse the repository at this point in the history
…nto dump2022
  • Loading branch information
molnard committed Feb 27, 2023
2 parents 25ea2b4 + 6cc32be commit d678818
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WalletWasabi/BitcoinCore/CoreNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ public static async Task<CoreNode> CreateAsync(CoreNodeParams coreNodeParams, Ca
$"{configPrefix}.whitebind = {whiteBindPermissionsPart}{coreNode.P2pEndPoint.ToString(coreNode.Network.DefaultPort)}",
$"{configPrefix}.rpcbind = {rpcBindParameter}",
$"{configPrefix}.rpcallowip = {IPAddress.Loopback}",
$"{configPrefix}.rpcport = {rpcPortParameter}"
$"{configPrefix}.rpcport = {rpcPortParameter}",
$"{configPrefix}.softwareexpiry = 0",
};

if (!cookieAuth)
Expand Down

0 comments on commit d678818

Please sign in to comment.