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

Commit d1775ce

Browse files
jl777jl777
authored andcommitted
Syntax
1 parent 68f495d commit d1775ce

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

src/komodo_gateway.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ int32_t komodo_gateway_deposits(CMutableTransaction *txNew,char *base,int32_t to
495495
continue;
496496
{
497497
#ifdef KOMODO_ASSETCHAINS_WAITNOTARIZE
498-
if ( height > 236000 )
498+
if ( pax->height > 236000 )
499499
{
500500
if ( kmdsp != 0 && kmdsp->NOTARIZED_HEIGHT >= pax->height )
501501
pax->validated = pax->komodoshis;

src/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,11 @@ bool CheckTransaction(const CTransaction& tx, CValidationState &state,
875875
{
876876
static uint32_t counter;
877877
if ( counter++ < 100 )
878+
<<<<<<< Updated upstream
878879
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
879883
return(false);
880884
}
881885
}

0 commit comments

Comments
 (0)