summaryrefslogtreecommitdiff
path: root/src/wire/plugin_wire_sepa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-08 16:57:35 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-08 16:57:35 +0100
commit387a37f90e0e06d6534cff83afb8d89784ae9b5a (patch)
treeb9e27df226a8f9794db856bef5432b64a302c7e0 /src/wire/plugin_wire_sepa.c
parent8178d0415203928327929bb98423ce65413d7b1c (diff)
downloadexchange-387a37f90e0e06d6534cff83afb8d89784ae9b5a.tar.gz
exchange-387a37f90e0e06d6534cff83afb8d89784ae9b5a.tar.bz2
exchange-387a37f90e0e06d6534cff83afb8d89784ae9b5a.zip
fix #4886
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;
}