mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
tools/generate-wire.py: wirestring type for handing strings.
A convenient alias for char *, though we don't allow control characters so our logs can't be fooled with embedded \n. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
9a6c36a568
commit
b7db06b577
@@ -33,6 +33,7 @@ varlen_structs = [
|
||||
'failed_htlc',
|
||||
'utxo',
|
||||
'bitcoin_tx',
|
||||
'wirestring',
|
||||
]
|
||||
|
||||
class FieldType(object):
|
||||
|
||||
Reference in New Issue
Block a user