mirror of
https://git.hush.is/hush/hush3.git
synced 2025-12-06 00:02:32 -05:00
AmountFromValue
This commit is contained in:
parent
982357098a
commit
2992d085ec
@ -375,8 +375,8 @@ UniValue NSPV_spend(char *srcaddr,char *destaddr,int64_t satoshis) // what its a
|
||||
hex = NSPV_signtx(rewardsum,interestsum,retcodes,mtx,txfee,opret,used);
|
||||
if ( ASSETCHAINS_SYMBOL[0] == 0 )
|
||||
{
|
||||
result.push_back(Pair("rewards",dstr(interestsum)));
|
||||
result.push_back(Pair("validated",dstr(rewardsum)));
|
||||
result.push_back(Pair("rewards",AmountFromValue(interestsum)));
|
||||
result.push_back(Pair("validated",AmountFromValue(rewardsum)));
|
||||
}
|
||||
if ( hex.size() > 0 )
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user