summaryrefslogtreecommitdiff
path: root/src/wire/plugin_wire_sepa.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wire/plugin_wire_sepa.c')
-rw-r--r--src/wire/plugin_wire_sepa.c2
1 files changed, 1 insertions, 1 deletions
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;
}