Skip to content

Commit

Permalink
Disable read test.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed May 4, 2024
1 parent 77c7014 commit fd964c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions console/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -696,11 +696,13 @@ void executor::scan_collisions() const
spend.shrink_to_fit();
}

////// arbitrary testing (const).
////void executor::read_test() const
////{
//// console("No read test implemented.");
////}
// arbitrary testing (const).
void executor::read_test() const
{
console("No read test implemented.");
}

#if defined(UNDEFINED)

void executor::read_test() const
{
Expand Down Expand Up @@ -998,8 +1000,6 @@ void executor::read_test() const
////}
}

#if defined(UNDEFINED)

void executor::read_test() const
{
// Binance wallet address with 1,380,169 transaction count.
Expand Down

0 comments on commit fd964c9

Please sign in to comment.