mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
feat: Support Batch (#2162)
fixes #2161. - Tested locally to confirm that Clio forwards Batch transactions correctly.
This commit is contained in:
@@ -139,6 +139,7 @@ struct Amendments {
|
||||
REGISTER(DeepFreeze);
|
||||
REGISTER(PermissionDelegation);
|
||||
REGISTER(fixPayChanCancelAfter);
|
||||
REGISTER(Batch);
|
||||
|
||||
// Obsolete but supported by libxrpl
|
||||
REGISTER(CryptoConditionsSuite);
|
||||
|
||||
@@ -85,6 +85,7 @@ forwardedRpcs()
|
||||
"channel_authorize",
|
||||
"channel_verify",
|
||||
"simulate",
|
||||
"batch"
|
||||
};
|
||||
return kFORWARDED_RPCS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user