提交 8c2e9e1d 编写于 作者: K Kevin Heifner

Make nonce a context free action

上级 b2a9926a
......@@ -212,7 +212,7 @@ fc::variant push_transaction( signed_transaction& trx, packed_transaction::compr
trx.set_reference_block(info.head_block_id);
if (tx_force_unique) {
trx.actions.emplace_back( generate_nonce() );
trx.context_free_actions.emplace_back( generate_nonce() );
}
if (!tx_skip_sign) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册