mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
Move bitcoin stuff into bitcoin subdir.
It's not very interesting if you're looking for LN code. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef LIGHTNING_PERMUTE_TX_H
|
||||
#define LIGHTNING_PERMUTE_TX_H
|
||||
#include "bitcoin_tx.h"
|
||||
#include "bitcoin/tx.h"
|
||||
|
||||
/* Given the two seeds, permute the transaction inputs.
|
||||
* map[0] is set to the new index of input 0, etc.
|
||||
|
||||
Reference in New Issue
Block a user