Removes old decrypt placeholder

This commit is contained in:
Sergi Delgado Segura
2019-06-05 16:57:33 +01:00
parent 8bac78cf41
commit 552a3622ac
2 changed files with 0 additions and 3 deletions

View File

@@ -1,2 +0,0 @@
def decrypt_tx(m, k, cypher):
return m

View File

@@ -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