Skip to content

Commit 66cb7c3

Browse files
author
Your Name
committed
Removed todo
1 parent d0f567e commit 66cb7c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Connector/btc/apirpc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ def getTransactionHex(id, params, config):
384384
@rpcmethod.rpcMethod(coin=COIN_SYMBOL)
385385
@httpmethod.postHttpMethod(coin=COIN_SYMBOL)
386386
def getTransaction(id, params, config):
387-
#TODO: Test unconfirmed tx
388-
389387
logger.printInfo(f"Executing RPC method getTransaction with id {id} and params {params}")
390388

391389
requestSchema, responseSchema = utils.getMethodSchemas(GET_TRANSACTION)

0 commit comments

Comments
 (0)