From 387a37f90e0e06d6534cff83afb8d89784ae9b5a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 8 Feb 2017 16:57:35 +0100 Subject: fix #4886 --- src/wire/plugin_wire_sepa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wire/plugin_wire_sepa.c') diff --git a/src/wire/plugin_wire_sepa.c b/src/wire/plugin_wire_sepa.c index cc00bcad7..4f1d50414 100644 --- a/src/wire/plugin_wire_sepa.c +++ b/src/wire/plugin_wire_sepa.c @@ -72,7 +72,7 @@ sepa_amount_round (void *cls, if (0 == delta) return GNUNET_NO; amount->fraction -= delta; - return GNUNET_SYSERR; + return GNUNET_OK; } -- cgit v1.2.3