From 20671ba7f8577b9dc8dbd3c02c904bc4cd2e23d7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 29 May 2018 07:32:13 -1100 Subject: [PATCH] Kmd freq.5 --- iguana/iguana_notary.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 12dd6db22..2963dcfe2 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -360,7 +360,9 @@ THREE_STRINGS_AND_DOUBLE(iguana,dpow,symbol,dest,pubkey,freq) dp->srcconfirms = DPOW_FIFOSIZE; if ( strcmp("BTC",dp->dest) == 0 ) { - dp->freq = DPOW_CHECKPOINTFREQ; + if ( freq == 0 ) + dp->freq = DPOW_CHECKPOINTFREQ; + else dp->freq = freq; dp->minsigs = Notaries_BTCminsigs; //DPOW_MINSIGS; } else