提交 71d2d7a4 编写于 作者: B Bart Wyatt

changed path names

上级 43e8ada5
......@@ -298,13 +298,13 @@ BOOST_FIXTURE_TEST_CASE( prove_action_in_block, tester ) { try {
std::cout << "Action Hex: " << fc::to_hex(action_data) << std::endl;
std::cout << "Action Hash: " << (std::string)nodes[ai.action_leaf].digest << std::endl;
std::cout << "Block Path: ";
std::cout << "Action Path: ";
for (const auto& p: block_path) {
std::cout << (std::string)p << " ";
}
std::cout << std::endl;
std::cout << "Chain Path: ";
std::cout << "Block Path: ";
for (const auto& p: chain_path) {
std::cout << (std::string)p << " ";
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册