From 7ea5bf4eba9e53abfa703e590c284c2623e4b251 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 4 Mar 2018 23:02:04 +0200 Subject: [PATCH] Splitfund 50 for non-bcc --- iguana/dpow/dpow_fsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_fsm.c b/iguana/dpow/dpow_fsm.c index 45509ef8f..ebea1f767 100755 --- a/iguana/dpow/dpow_fsm.c +++ b/iguana/dpow/dpow_fsm.c @@ -132,7 +132,7 @@ int32_t dpow_checkutxo(struct supernet_info *myinfo,struct dpow_info *dp,struct else { minutxo = 49; - n = 10; + n = 50; } if ( (haveutxo= dpow_haveutxo(myinfo,coin,txidp,voutp,coinaddr,srccoin)) <= minutxo && time(NULL) > dp->lastsplit+bp->duration && (bp->myind != 0 || dp->ratifying == 0) ) {