Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
a21a2f2f6e
  1. 2
      iguana/iguana_payments.c
  2. 2
      includes/iguana_apideclares.h

2
iguana/iguana_payments.c

@ -527,7 +527,7 @@ STRING_ARG(bitcoinrpc,submitblock,rawbytes)
return(jprint(retjson,1));
}
ZERO_ARGS(bitcoinrpc,makekeypair)
ZERO_ARGS(iguana,makekeypair)
{
if ( remoteaddr != 0 )
return(clonestr("{\"error\":\"no remote\"}"));

2
includes/iguana_apideclares.h

@ -69,7 +69,7 @@ STRING_ARG(bitcoinrpc,decoderawtransaction,rawtx);
STRING_ARG(bitcoinrpc,validaterawtransaction,rawtx);
ARRAY_OBJ_INT(bitcoinrpc,createrawtransaction,vins,vouts,locktime);
ZERO_ARGS(bitcoinrpc,makekeypair);
ZERO_ARGS(iguana,makekeypair);
STRING_ARG(bitcoinrpc,validatepubkey,pubkey);
STRING_ARG(bitcoinrpc,validateaddress,address);

Loading…
Cancel
Save