mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
tools/generate_wire.py: make bitcoin_tx a varlen structs
Now it allocates naturally. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
526d3a232e
commit
674a2c7554
@@ -32,6 +32,7 @@ varlen_structs = [
|
||||
'gossip_getnodes_entry',
|
||||
'failed_htlc',
|
||||
'utxo',
|
||||
'bitcoin_tx',
|
||||
]
|
||||
|
||||
class FieldType(object):
|
||||
|
||||
Reference in New Issue
Block a user