Closed fluidvanadium closed 2 months ago
Hey, Oscar and I ran the testnet test this morning with diversified transparent addresses, and guess what! It said
thread 'lightclient::send::send_with_proposal::tests::testnet_mskmgdbhotbpetcjwcspgopp_shield_multi_account' panicked at zingolib/src/testutils/chain_generics/with_assertions.rs:134:50: calledResult::unwrap()on anErrvalue: Component(NoteSelection(Change(InsufficientFunds { available: Zatoshis(0), required: Zatoshis(10000) })))
thread 'lightclient::send::send_with_proposal::tests::testnet_mskmgdbhotbpetcjwcspgopp_shield_multi_account' panicked at zingolib/src/testutils/chain_generics/with_assertions.rs:134:50: called
on an
value: Component(NoteSelection(Change(InsufficientFunds { available: Zatoshis(0), required: Zatoshis(10000) })))
So unfortunately this could be multiple things. Either the transparent diversified balance is not being found, or its been already spent.
oops, wrong branch. deleted confusing label
Hey, Oscar and I ran the testnet test this morning with diversified transparent addresses, and guess what! It said
thread 'lightclient::send::send_with_proposal::tests::testnet_mskmgdbhotbpetcjwcspgopp_shield_multi_account' panicked at zingolib/src/testutils/chain_generics/with_assertions.rs:134:50: called
Result::unwrap()on an
Errvalue: Component(NoteSelection(Change(InsufficientFunds { available: Zatoshis(0), required: Zatoshis(10000) })))
So unfortunately this could be multiple things. Either the transparent diversified balance is not being found, or its been already spent.