Skip to content

Commit 5535d45

Browse files
authored
Merge pull request #17 from maestro-org/address-update-oneway
Readme file updated to use one-way address in example
2 parents 8955a94 + ef27baa commit 5535d45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let maestroClient = new MaestroClient(
6666

6767
maestroClient.addresses
6868
.utxosByAddress(
69-
"aasdddr_test1qqe9k9zmswzx9h9vaaf49shun82t8nr52h0ptpgumzxjjqm6wlgjpw0gdtwuwwydhwcm6g6sfy9h69q2kg6q8p3jxdxsrrxrdm"
69+
"adaddr_test1wpgexmeunzsykesf42d4eqet5yvzeap6trjnflxqtkcf66g0kpnxt"
7070
)
7171
.then((x) => console.log(x.data))
7272
.catch((error) => {
@@ -88,7 +88,7 @@ maestroClient.addresses
8888
});
8989
maestroClient.addresses
9090
.utxosByAddresses([
91-
"addr_test1qqe9k9zmswzx9h9vaaf49shun82t8nr52h0ptpgumzxjjqm6wlgjpw0gdtwuwwydhwcm6g6sfy9h69q2kg6q8p3jxdxsrrxrdm",
91+
"addr_test1wpgexmeunzsykesf42d4eqet5yvzeap6trjnflxqtkcf66g0kpnxt",
9292
])
9393
.then((x) => console.log(x.data));
9494

0 commit comments

Comments
 (0)