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
Sending XC to self results in a zero value transaction in the GUI once the confirmations are complete.
Incoming Transaction bubble reveals a zero-value tx is incoming.
Can you reliably reproduce the issue?
Yes.
If so, please list the steps to reproduce below:
Create a new labeled address, either via the GUI or via the console using getaccountaddress <name>
Send XC to that address.
Await confirmation, or check GUI for when the "green checkmark" appears next to the tx.
Tx will show 0.00000... All other address balances will appear as if they were never debited.
Expected behavior
GUI reflects the transaction amount, less any fees.
Any extra information that might be useful in the debugging process.
Amounts show up properly when checking from the console using the getreceivebyaddress <address> command, but getbalance <address> command shows 0.0000....
The text was updated successfully, but these errors were encountered:
Describe the issue
Sending XC to self results in a zero value transaction in the GUI once the confirmations are complete.
Incoming Transaction bubble reveals a zero-value tx is incoming.
Can you reliably reproduce the issue?
Yes.
If so, please list the steps to reproduce below:
getaccountaddress <name>
Expected behavior
GUI reflects the transaction amount, less any fees.
Actual behavior
GUI does not report anything more than 0.00000...
Screenshots.
What version of XC3 wallet are you using?
v3.0.04
commit id: 97a21bc
Machine specs:
Any extra information that might be useful in the debugging process.
Amounts show up properly when checking from the console using the
getreceivebyaddress <address>
command, butgetbalance <address>
command shows 0.0000....The text was updated successfully, but these errors were encountered: