diff options
Diffstat (limited to 'src/testing')
| -rw-r--r-- | src/testing/testing_api_cmd_refund.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/src/testing/testing_api_cmd_refund.c b/src/testing/testing_api_cmd_refund.c index 7dbcc341..47f5a060 100644 --- a/src/testing/testing_api_cmd_refund.c +++ b/src/testing/testing_api_cmd_refund.c @@ -83,11 +83,13 @@ struct RefundState   * @param hr HTTP response details   * @param exchange_pub public key the exchange   *        used for signing @a obj. + * @param exchange_sig actual signature confirming the refund   */  static void  refund_cb (void *cls,             const struct TALER_EXCHANGE_HttpResponse *hr, -           const struct TALER_ExchangePublicKeyP *exchange_pub) +           const struct TALER_ExchangePublicKeyP *exchange_pub, +           const struct TALER_ExchangeSignatureP *exchange_sig)  {    struct RefundState *rs = cls; | 
