Skip to content

Wallet CLI shows wrong balance after recovery #20

Description

@EricShimizuKarbstein

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 ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions