feat: Support Batch (#2162)

fixes #2161.

- Tested locally to confirm that Clio forwards Batch transactions
correctly.
This commit is contained in:
Peter Chen
2025-05-30 10:00:40 -04:00
committed by GitHub
parent bfa17134d2
commit 7588e9d5bf
2 changed files with 2 additions and 0 deletions

View File

@@ -139,6 +139,7 @@ struct Amendments {
REGISTER(DeepFreeze);
REGISTER(PermissionDelegation);
REGISTER(fixPayChanCancelAfter);
REGISTER(Batch);
// Obsolete but supported by libxrpl
REGISTER(CryptoConditionsSuite);

View File

@@ -85,6 +85,7 @@ forwardedRpcs()
"channel_authorize",
"channel_verify",
"simulate",
"batch"
};
return kFORWARDED_RPCS;
}