diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-06-23 10:30:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-06-23 10:30:47 +0200 |
commit | 1a97c102696ff76d25fd1cc83eaee2110f114df5 (patch) | |
tree | a9e252e640bdd6e5c0c8f5150d60a29a69b16ab6 /core/api-merchant.rst | |
parent | 408e25ffc215e5abcfb2f882274a5074b3bb9af2 (diff) | |
download | docs-1a97c102696ff76d25fd1cc83eaee2110f114df5.tar.gz docs-1a97c102696ff76d25fd1cc83eaee2110f114df5.tar.bz2 docs-1a97c102696ff76d25fd1cc83eaee2110f114df5.zip |
clarify with/without wire fee issue, sanity checks on currencies
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r-- | core/api-merchant.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 0d3f983..fddaea5 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1844,6 +1844,8 @@ Giving Customer Tips // Only present if asked for explicitly. tips?: TipStatusEntry[]; + // Is this reserve active (false if it was deleted but not purged) + active: boolean; } .. ts:def:: TipStatusEntry |