mempoolプレフィルターによって拒否されたトランザクション
1 回答
- 投票
-
- 2019-04-01
そうです、あなたの料金は十分に高くありません.
次に「これは間違った料金ですか?」のようなことを考えるときは、次の考えを「料金を上げて何が起こるか見てみます」のようにしましょう.
料金をハードコーディングするのは良い考えではありません.せいぜい、あなたは不必要に高い料金を支払い、いくらかのムテスを失うでしょう.最悪の場合、これは起こります.
計算方法については、ドキュメントやその他の質問があります.必要な料金、例えばtezos-clientはどのように取引手数料を計算しますか?および
proto 003の料金?. TezTechドキュメントに記載されているおおよその料金のリストにも関わらず、操作の具体的な詳細に依存するため、最小料金が必要な場合は計算を行う必要があります.
Right, your fee is not high enough.
Next time you think something like "is this the wrong fee?", let your next thought be like "I will try increasing the fee to see what happens."
Hardcoding the fee is not a great idea. At best, you will pay unnecessarily high fees, losing some mutez. At worst, this will happen.
There are docs and other questions here about how to compute the required fee, e.g. How does tezos-client compute a transaction fee? and Fees in proto 003?.
Despite the list of approximate fees given in the TezTech doc, you must do the calculation if you want the minimal fee, because it depends on the specific details of the operation.
-
アカウントをアクティブ化するための燃やされた料金はどうですか、それは運用料金に合計する必要がありますか?またはアカウントの残高として残されていますか?what about the burnt fee to activate an account, do that need to be summed to the operation fee? or left as balance on the account?
- 0
- 2019-04-01
- Rocco Musolino
-
あなたが[前にそれを尋ねた](https://tezos.stackexchange.com/a/962)ときに私はそれに答えました.I answered that when you [asked it before](https://tezos.stackexchange.com/a/962).
- 0
- 2019-04-01
- Tom
この操作をブロードキャストしようとしています. 最初の
reveal
操作はうまくいきました. 今これで:エラーが発生しました
<txId> rejected by the mempool pre filter
によって拒否されました. 宛先アドレスがアクティブです. 私の住所の残高は、txの金額とその他の料金をカバーするのに十分です.操作に間違った料金を入れましたか? このエラーとは何か、そしてそれを回避する方法を説明してもらえますか?
gas_limit
、storage_limit
、fee
をこれらの値にハードコーディングしました.