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