This commit is contained in:
jl777
2016-11-27 09:47:38 -03:00
parent 1c05f0b501
commit 51ee9373f1

View File

@@ -496,7 +496,7 @@ Value paxpending(const Array& params, bool fHelp)
for (baseid=0; baseid<32; baseid++)
{
Object item,obj;
if ( pax_fiatstatus(&deposited,&issued,&withdrawn,&approved,&redeemed,CURRENCIES[baseid]) == 0 )
if ( pax_fiatstatus(&available,&deposited,&issued,&withdrawn,&approved,&redeemed,CURRENCIES[baseid]) == 0 )
{
if ( deposited != 0 || issued != 0 || withdrawn != 0 || approved != 0 || redeemed != 0 )
{