mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +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.