mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
xmreg::xmr_amount_to_str added
This commit is contained in:
parent
c25ae14a1e
commit
5f5d395ae1
1 changed files with 1 additions and 1 deletions
|
@ -1256,7 +1256,7 @@ public:
|
|||
//cout << "outputs.size(): " << outputs.size() << endl;
|
||||
|
||||
context["outputs"] = outputs;
|
||||
context["sum_xmr"] = XMR_AMOUNT(sum_xmr);
|
||||
context["sum_xmr"] = xmreg::xmr_amount_to_str(sum_xmr);
|
||||
|
||||
// read my_outputs.html
|
||||
string my_outputs_html = xmreg::read(TMPL_MY_OUTPUTS);
|
||||
|
|
Loading…
Reference in a new issue