commit 58dffa046cc531114a031d2cfcc833f987285155 parent 8ae2e5b610aab1a97cd695212bcd1083cb5635a5 Author: Marcello Stanisci <ms@taler.net> Date: Tue, 12 May 2020 19:18:38 +0200 shorter field name Diffstat:
| M | libeufin/api-nexus.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst @@ -279,7 +279,7 @@ to the real bank. // Data to create a fresh bank transport without // restoring any backup. - newTransport?: TransportNew; + data?: TransportNew; }