Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix comment
Browse files Browse the repository at this point in the history
dimxy committed Apr 7, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6e7e2d9 commit 17150cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/komodo.cpp
Original file line number Diff line number Diff line change
@@ -465,7 +465,7 @@ int32_t komodo_voutupdate(bool fJustCheck,int32_t *isratificationp,int32_t notar
{
memset(&MoMoMdata,0,sizeof(MoMoMdata));
if ( matched == 0 && signedmask != 0 && bitweight(signedmask) >= KOMODO_MINRATIFY )
notarized = 1; //
notarized = 1; // we have enough notaries signed this tx
if ( strcmp("PIZZA",ccdata.symbol) == 0 || strncmp("TXSCL",ccdata.symbol,5) == 0 || strcmp("BEER",ccdata.symbol) == 0)
notarized = 1;
len += iguana_rwbignum(0,&scriptbuf[len],32,(uint8_t *)&srchash); // read notarsed block hash

0 comments on commit 17150cd

Please sign in to comment.