简体   繁体   English

这个错误是什么意思 ? 无法处理带有脚本帐户签名的交易。 我在 Waves 平台上使用 RIDE

[英]what does this error mean ? Can't process transaction with signature from scripted account. I'm using RIDE on Waves platform

I'm using RIDE language to write my code but I did not get it what is the problem exactly?我正在使用 RIDE 语言编写我的代码,但我不明白到底是什么问题? did i do anything wrong?我做错了什么吗?

'error': 112, 
    'message': "State check failed. Reason: Can't process transaction with signature from scripted account", 
    'tx': {'type': 4, 'id': '8nffuSs3CQa9v3eYQZYnBwQRwMWH5VausqkKipQoCHtd', 'sender': '3XcE4knb13yyXKpdNvWhwvjrYsgMXsoicQM', 
    'senderPublicKey': '8EksPcCrjotLsCPD3aw2ciHqq3JQ5va7JLpBTjjfSJ47', 
    'fee': 500000000, 
    'timestamp': 1551372704969, 
    'signature': '766mrSP811i8x3P1fqPvMDosF7pD7Sfx7dQq2csCzjttPDQ6S75jWDFP924uLmRsSKtBkNcqnyjQsdQen3En1KQ', 
    'proofs': ['766mrSP811i8x3P1fqPvMDosF7pD7Sfx7dQq2csCzjttPDQ6S75jWDFP924uLmRsSKtBkNcqnyjQsdQen3En1KQ'], 
    'version': 1, 
    'recipient': '3XrUtvRZ6LLU8F2wwkuDffwTuLUNcpnjthB', 
    'assetId': None, 
    'feeAssetId': None, 
    'feeAsset': None, 
    'amount': 1000, 
    'attachment': ''}}

Anyone ever seen such an error?有人见过这样的错误吗?

这意味着您正在使用交易版本 1,因为它显示 'version': 1 ,您应该将版本指定为 'version': 2. 有 'version': 1,但脚本帐户使用 'version': 2。您可以检查交易版本以获取更多详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用REST API Waves使用私钥签署交易? - How can I sign a transaction with a private key using the REST API Waves? 我正在使用 RIDE 测试多签合同,但出现以下错误? - I'm testing a multi-sig contract using RIDE but I have got the following error? Ride4dApps中的前三行是什么意思? - What does the first three lines in Ride4dApps mean? 数据字段在 Elrond 交易中意味着什么? - What does the data field mean in an Elrond transaction? 参数“i”在Ride4dApps中的可调用函数中表示什么? - What does the parameter “i” represent in the callable functions in Ride4dApps? 区块链中的“交易”是什么意思? - What does one mean by a 'transaction' in blockchain? 在Ride4dApps中,充提dApp(Waves IDE中的例子)是如何处理延迟问题的? - In Ride4dApps, how does the deposit and withdraw dApp(the example in Waves IDE) handle the delay issue? 我是 React 和 node 的新手。任何人都可以解释“Found: react@16.13.1 node_modules/react”是什么意思吗? - I'm new to react and node .Can anyone explain what does" Found: react@16.13.1 node_modules/react" mean? 我如何运行私有 Waves 区块链? - How I can run a private Waves blockchain? 如何使用 RSA 密钥在块上的交易中放置 pkcs 签名以放入区块链? - How can I place a pkcs signature using a RSA key in a transaction on a Block to put into Blockchain?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM