You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an explorer bug which shows an incorrect fee (rounding issue), of a zaddr xtn, and I went to use z_viewtransaction to verify, but it does not include the fee of the xtn.
Instead of needing to do ./src/hush-cli gettransaction 873de1dda7cfa5268045c50a3daa19ba95df3c24d348200c3fa1f4b73cffe2fd | grep "fee", the z_viewtransaction RPC should also show this data.
The text was updated successfully, but these errors were encountered:
We have an explorer bug which shows an incorrect fee (rounding issue), of a zaddr xtn, and I went to use z_viewtransaction to verify, but it does not include the fee of the xtn.
Instead of needing to do
./src/hush-cli gettransaction 873de1dda7cfa5268045c50a3daa19ba95df3c24d348200c3fa1f4b73cffe2fd | grep "fee"
, the z_viewtransaction RPC should also show this data.The text was updated successfully, but these errors were encountered: