Skip to content

Commit 3295897

Browse files
dcgclaude
authored andcommitted
fix(dash-spv): remove deprecated ClientConfig fields from tests
Remove the deprecated enable_qr_info and qr_info_fallback fields from network/tests.rs to match the updated ClientConfig structure. These fields are no longer part of the configuration API. - Removed enable_qr_info and qr_info_fallback fields from test config - Kept qr_info_extra_share and qr_info_timeout which are still valid - Tests compile successfully with the updated config 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 81e609b commit 3295897

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dash-spv/src/network/tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ mod multi_peer_tests {
166166
start_from_height: None,
167167
wallet_creation_time: None,
168168
// QRInfo fields
169-
enable_qr_info: true,
170-
qr_info_fallback: true,
171169
qr_info_extra_share: true,
172170
qr_info_timeout: Duration::from_secs(30),
173171
}

0 commit comments

Comments
 (0)