| 735 | } |
| 736 | |
| 737 | void towire_bitcoin_txid(u8 **pptr, const struct bitcoin_txid *txid) |
| 738 | { |
| 739 | towire_sha256_double(pptr, &txid->shad); |
| 740 | } |
| 741 | |
| 742 | void towire_bitcoin_outpoint(u8 **pptr, const struct bitcoin_outpoint *outp) |
| 743 | { |
no test coverage detected