| 277 | } |
| 278 | |
| 279 | WARN_UNUSED_RESULT bool amount_msat_accumulate(struct amount_msat *a, |
| 280 | struct amount_msat b) |
| 281 | { |
| 282 | return amount_msat_add(a, *a, b); |
| 283 | } |
| 284 | |
| 285 | WARN_UNUSED_RESULT bool amount_msat_deduct(struct amount_msat *a, |
| 286 | struct amount_msat b) |