mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-23 13:15:51 +00:00
committed by
GitHub
parent
fc3e60f17f
commit
64b50b419f
@@ -55,7 +55,7 @@ ExampleTransactionsMigrator::runMigration(
|
||||
backend,
|
||||
[&](ripple::STTx const& tx, ripple::TxMeta const&) {
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(mtx);
|
||||
std::lock_guard<std::mutex> const lock(mtx);
|
||||
hashSet.insert(ripple::to_string(tx.getTransactionID()));
|
||||
}
|
||||
auto const json = tx.getJson(ripple::JsonOptions::none);
|
||||
|
||||
Reference in New Issue
Block a user