Skip to content

Commit

Permalink
fixup! pyln: Migrate from binascii.hexlify to bytes.hex
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Sep 19, 2020
1 parent 31a4308 commit 898c324
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions contrib/pyln-proto/tests/test_onion.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from io import BytesIO
from pyln.proto import onion
from typing import Tuple, Union
import binascii
from typing import Tuple
import json
import os
import unittest
Expand Down

0 comments on commit 898c324

Please sign in to comment.