use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
import unittest
|
||||
from lib.util import format_satoshis, parse_URI
|
||||
|
||||
class TestUtil(unittest.TestCase):
|
||||
from . import SequentialTestCase
|
||||
|
||||
|
||||
class TestUtil(SequentialTestCase):
|
||||
|
||||
def test_format_satoshis(self):
|
||||
result = format_satoshis(1234)
|
||||
|
||||
Reference in New Issue
Block a user