Skip to content

Commit

Permalink
zcash_client_sqlite: Comment out test for expired shielding tx
Browse files Browse the repository at this point in the history
Deferred to #986.
  • Loading branch information
str4d committed Sep 22, 2023
1 parent 4ecb854 commit 6a9ad39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zcash_client_sqlite/src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2179,8 +2179,12 @@ mod tests {
st.wallet_mut().update_chain_tip(expiry_height).unwrap();

// The transparent output should be spendable again, with more confirmations.
/*
TODO: Handle expiration of shielding transactions.
https://github.com/zcash/librustzcash/issues/986
check_balance(&st, 0, value);
check_balance(&st, 1, value);
check_balance(&st, 2, value);
*/
}
}

0 comments on commit 6a9ad39

Please sign in to comment.