Add to table

This commit is contained in:
jl777
2019-02-16 07:41:24 -11:00
parent 3a93aa649c
commit 0871a2be6a
2 changed files with 2 additions and 0 deletions

View File

@@ -836,6 +836,7 @@ UniValue rogue_extract(uint64_t txfee,struct CCcontract_info *cp,cJSON *params)
result.push_back(Pair("name","rogue"));
result.push_back(Pair("method","extract"));
result.push_back(Pair("myrogueaddr",myrogueaddr));
fprintf(stderr,"extract\n");
if ( (params= cclib_reparse(&n,params)) != 0 )
{
if ( n > 0 )