merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 00d25284e072265b36c4b11597368148631d3ea5
parent dcfd1fed4e133234072818f9f1419f3eb7825233
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 22 Jan 2018 19:31:08 +0100

fix type error that lead to the strange bug

Diffstat:
Msrc/lib/test_merchant_api.c | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/lib/test_merchant_api.c b/src/lib/test_merchant_api.c @@ -1008,12 +1008,6 @@ struct Command const char *contract_ref; /** - * The text case fails if this field is not here, and it is - * very uncleary why. - */ - //uint64_t layout_dummy; - - /** * Whether to expect the payment to be settled or not. */ int expect_paid; @@ -2152,7 +2146,6 @@ check_payment_cb (void *cls, return; } - cmd->details.proposal_lookup.plo = NULL; if (cmd->expected_response_code != http_status) fail (is); next_command (is);