mirror of
https://github.com/XRPLF/rippled.git
synced 2026-09-27 15:28:03 +00:00
Adapt Vault_test.cpp to current develop APIs: - Rename keylet::loanbroker -> keylet::loanBroker. - Rename keylet::mptIssuance -> keylet::mptokenIssuance. - Rename namespace loanBroker -> loan_broker (test helper). - Wrap bare env.seq(...) and integer literals in SeqProxy::rawSequence(...) for keylet::loanBroker / keylet::loan. - Drop the stale testVaultDeleteData in favor of develop's testVaultDeleteMemoData. - Guard the three MPT non-transferable test cases that depend on the removed tmfMPTCanMutateCanTransfer / tmfMPTClearCanTransfer mutable-flag API with #if 0 and a FIXME; there is no supported way on develop to clear lsfMPTCanTransfer after MPT creation.