Stuck in the grind
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
#!/usr/bin/env python2
|
||||
# Copyright (c) 2016-2020 The Hush developers
|
||||
# Distributed under the GPLv3 software license, see the accompanying
|
||||
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import assert_equal, assert_true, initialize_chain_clean, start_node
|
||||
@@ -54,4 +57,4 @@ class SignOfflineTest (BitcoinTestFramework):
|
||||
assert_true(len(online_tx_hash) > 0)
|
||||
|
||||
if __name__ == '__main__':
|
||||
SignOfflineTest().main()
|
||||
SignOfflineTest().main()
|
||||
|
||||
Reference in New Issue
Block a user