mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-27 00:50:39 +00:00
chore: Use libxrpl 3.2.0 (#3095)
This commit is contained in:
@@ -30,9 +30,9 @@ TransactionsAdapter::onRowRead(TableTransactionsDesc::Row const& row)
|
||||
{
|
||||
auto const& [txHash, date, ledgerSeq, metaBlob, txBlob] = row;
|
||||
|
||||
ripple::SerialIter it{txBlob.data(), txBlob.size()};
|
||||
ripple::STTx const sttx{it};
|
||||
ripple::TxMeta const txMeta{sttx.getTransactionID(), ledgerSeq, metaBlob};
|
||||
xrpl::SerialIter it{txBlob.data(), txBlob.size()};
|
||||
xrpl::STTx const sttx{it};
|
||||
xrpl::TxMeta const txMeta{sttx.getTransactionID(), ledgerSeq, metaBlob};
|
||||
onTransactionRead_(sttx, txMeta);
|
||||
}
|
||||
} // namespace migration::cassandra::impl
|
||||
|
||||
Reference in New Issue
Block a user