rgb-cln/contrib/pyln-proto/pyln/proto
Rusty Russell 97e3d61748 pyln: fix incorrect python syntax.
contrib/pyln-proto/pyln/proto/bech32.py:120
  /home/rusty/devel/cvs/lightning/contrib/pyln-proto/pyln/proto/bech32.py:120: SyntaxWarning: "is not" with a literal. Did you mean "!="?
    assert decode(hrp, ret) is not (None, None)

I think this warning is correct (though I don't see the warning once I installed coincurve:
are we suppressing warnings?)

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-05-15 15:21:50 +02:00
..
__init__.py pyln-proto: Avoid circular dependency in setup.py 2020-05-05 13:28:54 +09:30
bech32.py pyln: fix incorrect python syntax. 2020-05-15 15:21:50 +02:00
invoice.py pyln-proto: Use only coincurve for libsecp256k1 bindings 2020-05-07 11:37:34 +02:00
onion.py pyln-proto: Add Tu32Field and Tu64Field helpers 2020-04-16 18:03:35 +09:30
primitives.py pyln-proto: Added a couple of utilities to manage onions and zbase32 2020-01-28 13:43:44 +10:30
wire.py pyln: Split pylightning into multiple pyln modules 2019-09-30 13:27:37 +02:00
zbase32.py pyln-proto: Added a couple of utilities to manage onions and zbase32 2020-01-28 13:43:44 +10:30