diff options
author | Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> | 2020-06-16 21:37:17 -0400 |
---|---|---|
committer | Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> | 2020-06-16 21:37:17 -0400 |
commit | 1aa16875f1ff71f86f14f6d395b9116c4c4420b9 (patch) | |
tree | dc4f01a28f5df0dd3795e30cf063f8ef99bcf013 /src/include/taler_testing_lib.h | |
parent | 6b6814a205077f4c77f8dd42012fccdd12c0df5d (diff) |
TALER_TESTING_cmd_admin_add_incoming_with_ref finds reserve_pub if reserve_priv doesn't exist
Diffstat (limited to 'src/include/taler_testing_lib.h')
-rw-r--r-- | src/include/taler_testing_lib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h index 6a4fa024..8274555c 100644 --- a/src/include/taler_testing_lib.h +++ b/src/include/taler_testing_lib.h @@ -1075,7 +1075,7 @@ TALER_TESTING_cmd_admin_add_incoming ( * @param payto_debit_account which account sends money. * @param auth authentication data * @param ref reference to a command that can offer a reserve - * private key. + * private key or public key. * @return the command. */ struct TALER_TESTING_Command |