mirror of
https://git.hush.is/hush/hush3.git
synced 2025-12-07 00:03:01 -05:00
Always add rewards validation for KMD
This commit is contained in:
parent
f7a7b53bf2
commit
982357098a
@ -373,7 +373,7 @@ UniValue NSPV_spend(char *srcaddr,char *destaddr,int64_t satoshis) // what its a
|
||||
return(result);
|
||||
}
|
||||
hex = NSPV_signtx(rewardsum,interestsum,retcodes,mtx,txfee,opret,used);
|
||||
if ( interestsum != 0 || rewardsum != 0 )
|
||||
if ( ASSETCHAINS_SYMBOL[0] == 0 )
|
||||
{
|
||||
result.push_back(Pair("rewards",dstr(interestsum)));
|
||||
result.push_back(Pair("validated",dstr(rewardsum)));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user