Skip to content

Commit

Permalink
Fixed typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abi87 committed Apr 21, 2021
1 parent 15f6c5a commit 7cfb6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sc/sidechain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ static const boost::filesystem::path Sidechain::GetSidechainDataDir()
bool Sidechain::InitSidechainsFolder()
{
// Note: sidechainsDataDir cannot be global since
// at start of the program network parameters are not initilized yet
// at start of the program network parameters are not initialized yet

if (!boost::filesystem::exists(Sidechain::GetSidechainDataDir()))
{
Expand Down

0 comments on commit 7cfb6ca

Please sign in to comment.