gpt4 book ai didi

substrate - 交易失败 : Error: 1014: Priority is too low: (515000139 vs 515000139)

转载 作者:行者123 更新时间:2023-12-04 00:54:40 28 4
gpt4 key购买 nike

我玩https://github.com/substrate-developer-hub/substrate-node-template我想进行如下交易:
enter image description here
但我得到了:

😞 Transaction Failed: Error: 1014: Priority is too low: (515000139 vs 515000139): The transaction has too low priority to replace another transaction already in the pool.
任何的想法?
我问这些问题是因为我想将我的入职记录存档到 Substrate,然后制作包含所有这些 ob-boarding 问题的介绍视频,以使 future 的开发人员生活更轻松。

最佳答案

这个错误意味着事务队列中已经有一个具有相同随机数的事务。这意味着您需要等到下一个块提交您的交易,或者编写一些自定义逻辑来处理增加随机数并在同一块中提交多个交易。
如果你想替换交易队列中的 tx,你应该用 tip 提交新的交易。增加优先级,也解决这个问题。但是只有一个具有特定随机数的交易是有效的,所以这个带有 tip 的交易是有效的。将替换旧事务。

关于substrate - 交易失败 : Error: 1014: Priority is too low: (515000139 vs 515000139),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63475813/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com