mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-26 08:30:24 +00:00
chore: Update libxrpl to 3.2.0 (#3114)
This commit is contained in:
@@ -35,9 +35,9 @@ ExampleTransactionsMigrator::runMigration(
|
||||
.jobsNum = jobsFullScan,
|
||||
.cursorsPerJob = cursorPerJobsFullScan},
|
||||
migration::cassandra::impl::TransactionsAdapter(
|
||||
backend, [&](ripple::STTx const& tx, ripple::TxMeta const&) {
|
||||
hashSet.lock()->insert(ripple::to_string(tx.getTransactionID()));
|
||||
auto const json = tx.getJson(ripple::JsonOptions::none);
|
||||
backend, [&](xrpl::STTx const& tx, xrpl::TxMeta const&) {
|
||||
hashSet.lock()->insert(xrpl::to_string(tx.getTransactionID()));
|
||||
auto const json = tx.getJson(xrpl::JsonOptions::Values::None);
|
||||
auto const txType = json["TransactionType"].asString();
|
||||
backend->writeTxIndexExample(uint256ToString(tx.getTransactionID()), txType);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user