From 51ee9373f1bb4e8543f98ab3a711e63299a713ad Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 27 Nov 2016 09:47:38 -0300 Subject: [PATCH] test --- src/rpcblockchain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcblockchain.cpp b/src/rpcblockchain.cpp index f5140de1b..b87eaf942 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -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 ) {