Rm commented lines

This commit is contained in:
Jay Graber 2017-10-19 11:10:00 -07:00
parent 76c1729031
commit fe0b50d488
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
import sys import sys
import zcash import zcash
import zcash.rpc import zcash.rpc
# import logging
# from zcash import SelectParams
from zcash.core import b2x, lx, x, COIN from zcash.core import b2x, lx, x, COIN
from zcash.core import CMutableTransaction, CMutableTxOut, CMutableTxIn from zcash.core import CMutableTransaction, CMutableTxOut, CMutableTxIn
from zcash.core.script import CScript, OP_DUP, OP_IF, OP_ELSE, OP_ENDIF from zcash.core.script import CScript, OP_DUP, OP_IF, OP_ELSE, OP_ENDIF