Merge remote-tracking branch 'upstream/develop' into sponsor

This commit is contained in:
tequ
2026-02-18 13:39:57 +09:00
982 changed files with 6009 additions and 6593 deletions

View File

@@ -670,7 +670,7 @@ class MPToken_test : public beast::unit_test::suite
mptAlice.set({.account = alice, .holder = bob, .flags = tfMPTLock});
if (!features[featureSingleAssetVault])
{
// Delete bobs' mptoken even though it is locked
// Delete bob's mptoken even though it is locked
mptAlice.authorize({.account = bob, .flags = tfMPTUnauthorize});
mptAlice.set({.account = alice, .holder = bob, .flags = tfMPTUnlock, .err = tecOBJECT_NOT_FOUND});