mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Track STTx validity with HashRouter. (RIPD-977)
This commit is contained in:
@@ -721,7 +721,8 @@ transactionConstructImpl (STTx::pointer stpTrans)
|
||||
Transaction::pointer tpTrans;
|
||||
{
|
||||
std::string reason;
|
||||
tpTrans = std::make_shared<Transaction>(stpTrans, Validate::NO, reason);
|
||||
tpTrans = std::make_shared<Transaction>(stpTrans, Validate::NO,
|
||||
directSigVerify, reason);
|
||||
if (tpTrans->getStatus () != NEW)
|
||||
{
|
||||
ret.first = RPC::make_error (rpcINTERNAL,
|
||||
|
||||
Reference in New Issue
Block a user