| 381 | } |
| 382 | |
| 383 | static struct amount_msat inject_amount(const struct attempt *attempt) |
| 384 | { |
| 385 | if (tal_count(attempt->hops) == 0) |
| 386 | return attempt->amount; |
| 387 | return attempt->hops[0].amount_in; |
| 388 | } |
| 389 | |
| 390 | static struct amount_msat attempt_deliver(const struct attempt *attempt) |
| 391 | { |