commit 0292a7e8b87ae53f2c485ca545414843d0bcf370
parent 41ecfd74df180862291fe1f6f42ff3009c4c50e9
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 8 Dec 2024 03:15:22 +0100
address ancient FIXME
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst
@@ -3538,7 +3538,7 @@ in using this API.
// its private inputs from during withdraw. Only
// present if the cipher of the revoked denomination
// is of type Clause-Schnorr (CS).
- cs_nonce?: CSNonce;
+ nonce?: CSNonce;
}
@@ -3623,7 +3623,7 @@ in using this API.
// its private inputs from during withdraw. Only
// present if the cipher of the revoked denomination
// is of type Clause-Schnorr (CS).
- cs_nonce?: CSNonce;
+ nonce?: CSNonce;
}