mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
pyln: add (undocumented) u8 fundamental type.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
42aab89b9f
commit
9992a577b4
@ -235,6 +235,8 @@ def fundamental_types():
|
||||
BigSizeType('bigsize'),
|
||||
# FIXME: See https://github.com/lightningnetwork/lightning-rfc/pull/778
|
||||
BigSizeType('varint'),
|
||||
# FIXME
|
||||
IntegerType('u8', 1, 'B'),
|
||||
]
|
||||
|
||||
|
||||
|
@ -74,4 +74,4 @@ def test_fundamental_types():
|
||||
t.write(buf, v, None)
|
||||
assert buf.getvalue() == test[1]
|
||||
|
||||
assert untested == set(['varint'])
|
||||
assert untested == set(['varint', 'u8'])
|
||||
|
Loading…
Reference in New Issue
Block a user