We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
none-multisig transaction occur same error: Error #-26: 64: bad-txns-nonstandard-inputs, code=-26
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: