Skip to content

Commit 127a695

Browse files
committed
updates
1 parent c58897b commit 127a695

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

integration_test/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ RPC_URL=http://localhost:12349 \
4747

4848
RESULT=$?
4949

50-
# kill -9 $PID1 $PID2
50+
kill -9 $PID1 $PID2
5151

5252
exit $RESULT

integration_test/src/main.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1019,8 +1019,10 @@ fn test_import_descriptors(cl: &Client) {
10191019
)
10201020
.unwrap();
10211021

1022-
let descriptor = "wpkh(tprv8ZgxMBicQKsPeTNzU5evMToRhHA9h3UCxbpzrzjUWUd6TQktkhmY82dQx5f6QaFpSWMzZxKz16xQFGeW7ykPjYuTetU6ep9aFTpAt7jKhPU/44'/0'/0'/0/*)#w2lyh4jx";
1023-
cl.import_descriptors(descriptor, descriptor).unwrap();
1022+
cl.import_descriptors(
1023+
"tr(tprv8ZgxMBicQKsPeRBCAfUGsZhyHy9dwWyPqhSJmaMnMJQWWtt8L2SkTeHaiF82CUCGtiTiHAs3cMkjdKckGKiCWeYtvMPF1jDTWYTryRMicpx/86h/1h/0h/0/*)#0t9kzwrk",
1024+
"tr(tprv8ZgxMBicQKsPeRBCAfUGsZhyHy9dwWyPqhSJmaMnMJQWWtt8L2SkTeHaiF82CUCGtiTiHAs3cMkjdKckGKiCWeYtvMPF1jDTWYTryRMicpx/86h/1h/0h/1/*)#7lqhlmnw",
1025+
).unwrap();
10241026
cl.get_new_address(None, Some(json::AddressType::Bech32m)).unwrap();
10251027
cl.unload_wallet(Some("testdescriptorwallet")).unwrap();
10261028
}

0 commit comments

Comments
 (0)