diff --git a/src/page.h b/src/page.h index bf44f21..93f7e1b 100644 --- a/src/page.h +++ b/src/page.h @@ -1603,6 +1603,8 @@ namespace xmreg { return boost::get(tx_context["error_msg"]); } + tx_context["tx_prv_key"] = fmt::format("{:s}", ptx.tx_key); + mstch::array destination_addresses; // destiantion address for this tx diff --git a/src/templates/partials/tx_details.html b/src/templates/partials/tx_details.html index 43ead6a..7491eff 100644 --- a/src/templates/partials/tx_details.html +++ b/src/templates/partials/tx_details.html @@ -3,6 +3,9 @@

Tx hash: {{tx_hash}}

Tx public key: {{tx_pub_key}}
+ {{#have_raw_tx}} + + {{/have_raw_tx}} {{#has_payment_id}}