mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
fix: ‘asnlSig’ is not a member of ‘rct’
This commit is contained in:
parent
7d27c26962
commit
9fb47b3cda
1 changed files with 1 additions and 1 deletions
|
@ -1167,7 +1167,7 @@ make_tx_from_json(const string& json_str, transaction& tx)
|
||||||
|
|
||||||
for (json& range_s: j["rctsig_prunable"]["rangeSigs"])
|
for (json& range_s: j["rctsig_prunable"]["rangeSigs"])
|
||||||
{
|
{
|
||||||
rct::asnlSig asig;
|
rct::boroSig asig;
|
||||||
|
|
||||||
if (!epee::string_tools::hex_to_pod(range_s["asig"], asig))
|
if (!epee::string_tools::hex_to_pod(range_s["asig"], asig))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue