Skip to content

Commit

Permalink
Merge commit '36675cc4a78d11decf6293f03841c08610ed5cdb' into update/s…
Browse files Browse the repository at this point in the history
…8-pubkeys
  • Loading branch information
smk762 committed Oct 1, 2024
2 parents a814ff8 + 36675cc commit 9f2f128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iguana/iguana_notary.c
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ THREE_STRINGS_AND_DOUBLE(iguana,dpow,symbol,dest,pubkey,freq)
dp->srcconfirms = DPOW_FIFOSIZE;
if ( strcmp("LTC",dp->dest) == 0 )
{
dp->freq = 10;
dp->freq = 5;
dp->minsigs = Notaries_BTCminsigs; //DPOW_MINSIGS;
}
else
Expand Down

0 comments on commit 9f2f128

Please sign in to comment.