| 12 | } |
| 13 | |
| 14 | void run(const uint8_t *data, size_t size) |
| 15 | { |
| 16 | uint8_t *script_pubkey = tal_dup_arr(tmpctx, uint8_t, data, size, 0); |
| 17 | |
| 18 | encode_scriptpubkey_to_addr(tmpctx, chainparams, script_pubkey); |
| 19 | |
| 20 | clean_tmpctx(); |
| 21 | } |
no test coverage detected