mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
add correct imports
This commit is contained in:
@@ -24,12 +24,14 @@
|
|||||||
#include <ripple/basics/base64.h>
|
#include <ripple/basics/base64.h>
|
||||||
#include <ripple/json/json_reader.h>
|
#include <ripple/json/json_reader.h>
|
||||||
#include <ripple/json/json_value.h>
|
#include <ripple/json/json_value.h>
|
||||||
|
#include <ripple/json/to_string.h>
|
||||||
#include <ripple/ledger/View.h>
|
#include <ripple/ledger/View.h>
|
||||||
#include <ripple/protocol/Feature.h>
|
#include <ripple/protocol/Feature.h>
|
||||||
#include <ripple/protocol/Import.h>
|
#include <ripple/protocol/Import.h>
|
||||||
#include <ripple/protocol/Indexes.h>
|
#include <ripple/protocol/Indexes.h>
|
||||||
#include <ripple/protocol/PublicKey.h>
|
#include <ripple/protocol/PublicKey.h>
|
||||||
#include <ripple/protocol/STTx.h>
|
#include <ripple/protocol/STTx.h>
|
||||||
|
#include <ripple/protocol/STValidation.h>
|
||||||
#include <ripple/protocol/st.h>
|
#include <ripple/protocol/st.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <charconv>
|
#include <charconv>
|
||||||
|
|||||||
@@ -171,7 +171,8 @@ STValidation::STValidation(
|
|||||||
{
|
{
|
||||||
if (checkSignature && !isValid())
|
if (checkSignature && !isValid())
|
||||||
{
|
{
|
||||||
JLOG(debugLog().error()) << "Invalid signature in validation";
|
JLOG(debugLog().error()) << "Invalid signature in validation: "
|
||||||
|
<< getJson(JsonOptions::none);
|
||||||
Throw<std::runtime_error>("Invalid signature in validation");
|
Throw<std::runtime_error>("Invalid signature in validation");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user