More fixes
less TODOs
This commit is contained in:
@@ -17,8 +17,7 @@ chain = 'ILN'
|
|||||||
|
|
||||||
rpc_proxy = tuilib.def_credentials(chain)
|
rpc_proxy = tuilib.def_credentials(chain)
|
||||||
|
|
||||||
# TODO: recheck nspv_login_timeout, nspv_notarizations
|
# TODO: add brand new methods, add one-utxo-only addr for test purpose, recheck test once more at least
|
||||||
# TODO: add brand new methods, add one-utxo-only addr for test purpose
|
|
||||||
|
|
||||||
class TestNspvClient(unittest.TestCase):
|
class TestNspvClient(unittest.TestCase):
|
||||||
|
|
||||||
@@ -107,7 +106,7 @@ class TestNspvClient(unittest.TestCase):
|
|||||||
def test_nspv_login_timout(self):
|
def test_nspv_login_timout(self):
|
||||||
print("testing auto-logout in 777 seconds")
|
print("testing auto-logout in 777 seconds")
|
||||||
rpc_proxy.nspv_login(wif)
|
rpc_proxy.nspv_login(wif)
|
||||||
time.sleep(777)
|
time.sleep(778)
|
||||||
result = rpc_proxy.nspv_spend(dest_address, amount)
|
result = rpc_proxy.nspv_spend(dest_address, amount)
|
||||||
self.assertEqual(result["result"], "error")
|
self.assertEqual(result["result"], "error")
|
||||||
self.assertEqual(result["error"], "wif expired")
|
self.assertEqual(result["error"], "wif expired")
|
||||||
|
|||||||
Reference in New Issue
Block a user