Skip to content

Commit 5f93331

Browse files
committed
fixup functional test linter
1 parent 897e08b commit 5f93331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_pak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def compare(actual, expected):
315315
init_info3 = self.nodes[i_pak1].initpegoutwallet(xpub)
316316
assert(init_info != init_info3)
317317

318-
## Test Descriptor PAK Support
318+
# Test Descriptor PAK Support
319319

320320
# Non-supported descriptors
321321
assert_raises_rpc_error(-8, "bitcoin_descriptor is not of any type supported: pkh(<xpub>), sh(wpkh(<xpub>)), wpkh(<xpub>), or <xpub>.", self.nodes[i_pak1].initpegoutwallet, "pk(tpubD6NzVbkrYhZ4WaWSyoBvQwbpLkojyoTZPRsgXELWz3Popb3qkjcJyJUGLnL4qHHoQvao8ESaAstxYSnhyswJ76uZPStJRJCTKvosUCJZL5B/0/*)")

0 commit comments

Comments
 (0)