mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Merge remote-tracking branch 'XRPLF/develop' into ximinez/lending-refactoring-1
* XRPLF/develop: chore: Update clang-format and prettier with pre-commit (5709) fix(test): handle null metadata for unvalidated tx in Env::meta (5715) chore: Workaround for CI build errors on arm64 (5717) chore: Fix file formatting (5718) fix: Skip notify-clio when running in a fork, reorder config fields (5712) chore: Reverts formatting changes to external files, adds formatting changes to proto files (5711)
This commit is contained in:
@@ -246,7 +246,7 @@ constexpr std::uint32_t tfUntilFailure = 0x00040000;
|
||||
constexpr std::uint32_t tfIndependent = 0x00080000;
|
||||
/**
|
||||
* @note If nested Batch transactions are supported in the future, the tfInnerBatchTxn flag
|
||||
* will need to be removed from this mask to allow Batch transaction to be inside
|
||||
* will need to be removed from this mask to allow Batch transaction to be inside
|
||||
* the sfRawTransactions array.
|
||||
*/
|
||||
constexpr std::uint32_t const tfBatchMask =
|
||||
|
||||
Reference in New Issue
Block a user