Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wallet CLI shows wrong balance after recovery #20

Open
EricShimizuKarbstein opened this issue Mar 30, 2022 · 1 comment
Open

Wallet CLI shows wrong balance after recovery #20

EricShimizuKarbstein opened this issue Mar 30, 2022 · 1 comment
Labels
question Further information is requested

Comments

@EricShimizuKarbstein
Copy link
Contributor

EricShimizuKarbstein commented Mar 30, 2022

Recovering a wallet that had transactions using v2 shows the wrong balance after recovering with v3

Known workaround

Send a bit of epic with -s all method using new V3 wallet ( epic-wallet send -s all -d http://.... 5 ).
After this operation scan function will work correctly.

Potential bug location

fn identify_utxo_outputs<'a, K>(
 keychain: &K,
 outputs: Vec<(pedersen::Commitment, pedersen::RangeProof, bool, u64, u64)>,
 status_send_channel: &Option<Sender<StatusMessage>>,
 percentage_complete: u8,
) -> Result<Vec<OutputResult>, Error>
where ....
@johanneshahn
Copy link
Member

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior.

Expected behavior
A clear and concise description of what you expected to happen.

Required data

  • Node/Wallet/Miner log as text or screenshot
  • Config toml file or command line
  • OS: [e.g. Windows]
  • Rust Version
  • Cargo Version

Additional context
Add any other context about the problem here.

@johanneshahn johanneshahn added the question Further information is requested label Apr 17, 2022
@JualnSilva JualnSilva mentioned this issue Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants