We only ever send out one, so matching it is easy. */
| 1395 | |
| 1396 | /* We only ever send out one, so matching it is easy. */ |
| 1397 | static bool is_local_commitment(const struct bitcoin_txid *txid, |
| 1398 | const struct bitcoin_txid *our_broadcast_txid) |
| 1399 | { |
| 1400 | return bitcoin_txid_eq(txid, our_broadcast_txid); |
| 1401 | } |
| 1402 | |
| 1403 | /* BOLT #5: |
| 1404 | * |