Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit dbc9ad1

Browse files
jl777jl777
authored andcommitted
Resolve
1 parent d1775ce commit dbc9ad1

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -875,11 +875,7 @@ bool CheckTransaction(const CTransaction& tx, CValidationState &state,
875875
{
876876
static uint32_t counter;
877877
if ( counter++ < 100 )
878-
<<<<<<< Updated upstream
879878
printf("MEMPOOL: banned tx.%d being used at ht.%d vini.%d\n",k,(int32_t)chainActive.Tip()->nHeight,j);
880-
=======
881-
fprintf(stderr,"MEMPOOL: banned tx.%d being used at ht.%d vini.%d\n",k,(int32_t)chainActive.Tip()->nHeight,j);
882-
>>>>>>> Stashed changes
883879
return(false);
884880
}
885881
}

0 commit comments

Comments
 (0)