fix(wallet): conjunctive receipt verify #4
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "wt/t_70fc1f81"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
transfers_matchrequires non-empty txid AND amount AND address against oneget_transfersrow (no OR).rcpstaysverified=0unless that conjunctive RPC match succeeds.Tests
transfers_match_txid_only_wrong_amount_or_addr_is_falsetransfers_match_address_and_amount_wrong_txid_is_falsetransfers_match_honest_triple_is_truetransfers_match_empty_field_is_falseingest_signed_receipt_mismatched_wallet_history_stays_unverifiedcargo test --lockedgreen (3 live-Tor ignored).cargo clippy --locked --all-targets -- -D warningsclean.Do not merge — Lance merges.