commit 1ee5aa1689dcf0e2724b4df7cc1572ec2d3b69bb
parent dbdc5063de6013147218e6e6e923c23dc7c4636a
Author: Florian Dold <florian@dold.me>
Date: Fri, 18 Oct 2024 13:59:05 +0200
specify new_measures more precisely
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -5662,6 +5662,11 @@ and freeze or unfreeze accounts suspected of money laundering.
// measures should be ANDed.
// Should typically be used to give the user some
// information or request additional information.
+ //
+ // If multiple measures with a SKIP check are
+ // specified, only the first measure's program will
+ // run immediately.
+ //
// New since protocol **v21**.
new_measures?: string;