make sure triggered action actually runs

This commit is contained in:
Christian Grothoff 2015-12-20 13:24:28 +01:00
parent 8e75ccaa71
commit 204f732c1a

View File

@ -358,6 +358,7 @@ request_wire_method (struct TALER_MINT_WireHandle *wh)
GNUNET_YES,
&handle_wire_method_finished,
wh);
TALER_MINT_perform (ctx);
}