vbuterin / pybitcointools

SImple, common-sense Bitcoin-themed Python ECC library
1.28k stars 856 forks source link

bad-txns-nonstandard-inputs #186

Open EmelyneKwizera opened 6 years ago

EmelyneKwizera commented 6 years ago

Hello, I am sending a multisig transaction with these inputs:

[{'output': u'97f68441e2724d6e90a989b9ed77af6187361e4a5093039a31cdd1bce754d928:0', 'block_height': 485970, 'value': 12926, 'address': u'3QbnsePNuH5giBBbWuuxWH2TTyCa6JcEW2'}, {'output': u'9a4f0ade75ab136411c7bd18868a75735d64e31d92cfe56c5b79b9e875799c82:0', 'block_height': 486047, 'value': 40000, 'address': u'3QbnsePNuH5giBBbWuuxWH2TTyCa6JcEW2'}, {'output': u'ec0dfef7f82e826c63b7651a888ad3a172f881160631e26d2f348a82c5c8235e:0', 'block_height': 464200, 'value': 10000, 'address': u'3QbnsePNuH5giBBbWuuxWH2TTyCa6JcEW2'}, {'output': u'b3abe444787c70d674af2aadb542fa424f1449ced965d1ce0d939efe1e090806:0', 'block_height': 462940, 'value': 30000, 'address': u'3QbnsePNuH5giBBbWuuxWH2TTyCa6JcEW2'}]

and i am getting this error:

Validation Error: BitcoindException(super=com.neemre.btcdcli4j.core.BitcoindException: Error #-26: 64: bad-txns-nonstandard-inputs, code=-26)

any one who knows why cause they are unspent?

liutaihua commented 5 years ago

none-multisig transaction occur same error: Error #-26: 64: bad-txns-nonstandard-inputs, code=-26