Skip to content

Commit

Permalink
change LTC freq from 10 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
DeckerSU committed Oct 1, 2024
1 parent 55427a2 commit 36675cc
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 36675cc

Please sign in to comment.