mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
bugfix: Removed spurious printf in peer.c
I must've left that on in. Fixes #89
This commit is contained in:
parent
e5b44ff232
commit
34b4134cb0
@ -940,7 +940,6 @@ static void their_htlc_added(struct peer *peer, struct htlc *htlc,
|
||||
goto free_packet;
|
||||
|
||||
case ONION_FORWARD:
|
||||
printf("FORWARDING %lu\n", step->hoppayload->amount);
|
||||
route_htlc_onwards(peer, htlc, step->hoppayload->amount, step->next->nexthop,
|
||||
serialize_onionpacket(step, peer->dstate->secpctx, step->next), only_dest);
|
||||
goto free_packet;
|
||||
|
Loading…
Reference in New Issue
Block a user