From d3fed6994fd25224f57958cb4208693336c19b77 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 31 Oct 2017 23:03:35 +0200 Subject: [PATCH] Test --- 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 65d42428e..c8808191b 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -145,8 +145,10 @@ void dpow_srcupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t he } else { - freq = 1; minsigs = DPOW_MIN_ASSETCHAIN_SIGS; + if ( strcmp("CHIPS",dp->symbol) == 0 ) + freq = 100; + else freq = 1; } dpow_fifoupdate(myinfo,dp->srcfifo,dp->last); if ( strcmp(dp->dest,"KMD") == 0 )