mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 00:54:20 +01:00
bitcoin/signature.h: remove struct signature.
It's a wrapper around secp256k1_ecdsa_signature, so use that directly. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -15,7 +15,7 @@ struct abs_locktime;
|
||||
|
||||
/* A bitcoin signature includes one byte for the type. */
|
||||
struct bitcoin_signature {
|
||||
struct signature sig;
|
||||
secp256k1_ecdsa_signature sig;
|
||||
enum sighash_type stype;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user