def test_dispatcher_txs(self):
     args = TestArgs()
     args.proxy = "http://localhost:7950"
     args.pem = "./../../../file.pem"
     queue = TransactionQueue()
     queue.dispatch_transactions(args)
     self.assertFalse(False)
Пример #2
0
def dispatch_transactions(args):
    queue = TransactionQueue()
    queue.dispatch_transactions(args)