mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
psbt-json: remove reliance on bitcoin_tx, use straight wally_psbt struct
This commit is contained in:
committed by
Christian Decker
parent
175fcf381a
commit
85dca84327
@@ -141,6 +141,6 @@ void json_add_tx(struct json_stream *result,
|
||||
/* '"fieldname" : "cHNidP8BAJoCAAAAAljo..." or "cHNidP8BAJoCAAAAAljo..." if fieldname is NULL */
|
||||
void json_add_psbt(struct json_stream *stream,
|
||||
const char *fieldname,
|
||||
struct bitcoin_tx *tx);
|
||||
struct wally_psbt *psbt);
|
||||
|
||||
#endif /* LIGHTNING_COMMON_JSON_HELPERS_H */
|
||||
|
||||
Reference in New Issue
Block a user