bitcoin/script: use script opcode constants from wally_script.h

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2021-02-19 14:52:03 +10:30
parent 26627bdf7d
commit db2198e7b9
2 changed files with 2 additions and 28 deletions

View File

@@ -5,6 +5,7 @@
#include "tx.h"
#include <ccan/short_types/short_types.h>
#include <ccan/tal/tal.h>
#include <wally_script.h>
struct bitcoin_address;
struct preimage;