HUSH NSPV
This commit is contained in:
@@ -956,7 +956,7 @@ UniValue TokenInfo(uint256 tokenid)
|
||||
result.push_back(Pair("error", "cant find tokenid"));
|
||||
return(result);
|
||||
}
|
||||
if ( KOMODO_NSPV_FULLNODE && hashBlock.IsNull()) {
|
||||
if ( HUSH_NSPV_FULLNODE && hashBlock.IsNull()) {
|
||||
result.push_back(Pair("result", "error"));
|
||||
result.push_back(Pair("error", "the transaction is still in mempool"));
|
||||
return(result);
|
||||
|
||||
Reference in New Issue
Block a user