Syntax
This commit is contained in:
@@ -286,8 +286,6 @@ UniValue NSPV_spend(char *srcaddr,char *destaddr,int64_t satoshis) // what its a
|
||||
result.push_back(Pair("error","invalid destaddr"));
|
||||
return(result);
|
||||
}
|
||||
if ( NSPV_inforesult.height == 0 )
|
||||
NSPV_getinfo_json();
|
||||
if ( NSPV_inforesult.height == 0 )
|
||||
{
|
||||
result.push_back(Pair("result","error"));
|
||||
|
||||
Reference in New Issue
Block a user