Allow "inv" to be sent from superlite client

This commit is contained in:
jl777
2019-07-05 06:57:09 -11:00
parent 7ebd445768
commit 7c6f471173
3 changed files with 29 additions and 32 deletions

View File

@@ -1342,7 +1342,6 @@ UniValue sendrawtransaction(const UniValue& params, bool fHelp)
}
}
RelayTransaction(tx);
return hashTx.GetHex();
}