From d033e90dd3e793b8ec9ae5b1cba3de78ab7eaad9 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 5 Nov 2016 09:44:06 -0300 Subject: [PATCH] test --- iguana/iguana_notary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 208e5bcd3..cb497805e 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -131,7 +131,7 @@ void dpow_destupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t h dpow_fifoupdate(myinfo,dp->destfifo,dp->destchaintip); if ( strcmp(dp->dest,"BTC") == 0 ) dpow_destconfirm(myinfo,dp,&dp->destfifo[DPOW_BTCCONFIRMS]); - else dpow_destconfirm(myinfo,dp,&dp->destfifo[DPOW_KOMODOCONFIRMS]); // todo: change to notarized KMD depth + else dpow_destconfirm(myinfo,dp,&dp->destfifo[DPOW_KOMODOCONFIRMS*2]); // todo: change to notarized KMD depth } void iguana_dPoWupdate(struct supernet_info *myinfo,struct dpow_info *dp)