提交 058d4ac4 编写于 作者: K Kevin Heifner

clear recovered_pub_keys to preserve previous behaviour

上级 21d20a86
......@@ -94,6 +94,7 @@ fc::microseconds transaction::get_signature_keys( const vector<signature_type>&
static std::mutex cache_mtx;
auto start = fc::time_point::now();
recovered_pub_keys.clear();
const digest_type digest = sig_digest(chain_id, cfd);
std::unique_lock<std::mutex> lock(cache_mtx, std::defer_lock);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册