Browse Source
Merge pull request #638 from jl777/jl777
Splitfund 50 for non-btc
patch-3
jl777
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
iguana/dpow/dpow_fsm.c
|
@ -132,7 +132,7 @@ int32_t dpow_checkutxo(struct supernet_info *myinfo,struct dpow_info *dp,struct |
|
|
else |
|
|
else |
|
|
{ |
|
|
{ |
|
|
minutxo = 49; |
|
|
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) ) |
|
|
if ( (haveutxo= dpow_haveutxo(myinfo,coin,txidp,voutp,coinaddr,srccoin)) <= minutxo && time(NULL) > dp->lastsplit+bp->duration && (bp->myind != 0 || dp->ratifying == 0) ) |
|
|
{ |
|
|
{ |
|
|