commit 6b4675dcae3826b51b13cd0d161b28efd610c2a8 parent fc23c2d90a9ef54d0750a01de4cf9ddc228bf603 Author: Özgür Kesim <oec-taler@kesim.org> Date: Wed, 20 Oct 2021 12:11:03 +0200 fixed typo Diffstat:
| M | core/api-common.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api-common.rst b/core/api-common.rst @@ -228,7 +228,7 @@ hashed data. See `base32`_. .. ts:def:: SHA512HashCode - type SHA256HashCode = HashCode; + type SHA512HashCode = HashCode; Safe Integers