1
0

remove remaining instances of op_return type

This commit is contained in:
ThomasV
2015-01-18 17:23:21 +01:00
parent afec848151
commit 8863b6f294
3 changed files with 2 additions and 12 deletions

View File

@@ -685,9 +685,6 @@ class Abstract_Wallet(object):
def make_unsigned_transaction(self, outputs, fixed_fee=None, change_addr=None, domain=None, coins=None ):
# check outputs
for type, data, value in outputs:
if type == 'op_return':
assert len(data) < 41, "string too long"
#assert value == 0
if type == 'address':
assert is_address(data), "Address " + data + " is invalid!"