From 700606cc2b259c347432257806d16853df7e1e61 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 25 Nov 2016 12:39:29 -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 9493f49f5..b6b8780a5 100644 --- a/src/rpcblockchain.cpp +++ b/src/rpcblockchain.cpp @@ -482,7 +482,7 @@ Value notaries(const Array& params, bool fHelp) int32_t komodo_pending_withdraws(char *opretstr); int32_t pax_fiatstatus(uint64_t *deposited,uint64_t *issued,uint64_t *withdrawn,uint64_t *approved,uint64_t *redeemed,char *base); -extern char CURRENCIES[][32]; +extern char CURRENCIES[][8]; Value paxpending(const Array& params, bool fHelp) {