Skip to content

Commit

Permalink
Changes to make clang initializer order checker happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescowens committed Jan 13, 2025
1 parent d376a92 commit 7d081bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gridcoin/project.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ AutoGreylist::AutoGreylist()
: m_greylist_ptr(std::make_shared<Greylist>())
, m_superblock_hash(uint256 {})
{
Refresh();
//Refresh();
}

AutoGreylist::Greylist::const_iterator AutoGreylist::begin() const
Expand Down

0 comments on commit 7d081bd

Please sign in to comment.