mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Removes old decrypt placeholder
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
def decrypt_tx(m, k, cypher):
|
||||
return m
|
||||
@@ -1,6 +1,5 @@
|
||||
from queue import Queue
|
||||
from threading import Thread
|
||||
from pisa.tools import decrypt_tx
|
||||
from pisa.responder import Responder
|
||||
from pisa.zmq_subscriber import ZMQHandler
|
||||
from bitcoinrpc.authproxy import AuthServiceProxy, JSONRPCException
|
||||
|
||||
Reference in New Issue
Block a user