Commit 2053c43
committed
Merge bitcoin/bitcoin#32675: test: wallet: cover wallet passphrase with a null char
7cfbb85 test: wallet: cover wallet passphrase with a null char (brunoerg)
Pull request description:
This PR adds test coverage for the `walletpassphrase`/`walletpassphrasechange` RPC when the passphrase is incorrect due to a null character.
For reference: bitcoin/bitcoin#27068 introduced the usage of `SecureString` to allow null characters.
ACKs for top commit:
maflcko:
lgtm ACK 7cfbb85
achow101:
ACK 7cfbb85
w0xlt:
Code review ACK bitcoin/bitcoin@7cfbb85
BrandonOdiwuor:
Code Review ACK 7cfbb85
theStack:
ACK 7cfbb85
pablomartin4btc:
cr ACK 7cfbb85
Tree-SHA512: ecdb48662ceb6c55c4b301ca7f537c3159ece7b66ee40ea977583ffb74bd3d06e334ab3a5639a9cde3aa6443129f412f9aea0ee5a8b73b31dba0728d0890b7f11 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
| |||
0 commit comments