mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Add preclaim functionality to transactors:
The preclaim() function performs static validity analysis of transactions using limited information from a ledger.
This commit is contained in:
committed by
Vinnie Falco
parent
ad8e9a76ed
commit
9b80081122
@@ -134,7 +134,7 @@ void
|
||||
SetSignerList::preCompute()
|
||||
{
|
||||
// Get the quorum and operation info.
|
||||
auto result = determineOperation(tx(), view().flags(), j_);
|
||||
auto result = determineOperation(ctx_.tx, view().flags(), j_);
|
||||
assert(std::get<0>(result) == tesSUCCESS);
|
||||
assert(std::get<3>(result) != unknown);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user