mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-07 02:36:47 +00:00
- Convert STTx::getSignature to be static. - Make the STTx::checkSign that takes a signature object private, and change it and all the other relevant functions to take the signature object as a `const&`. - Change `getBatchTransactionIDs` to return a `const&` to reduce the number of vector copies. Rename `batchTxnIds_` to CamelCase. Update the text of the internal comment.