Skip to content

Commit bcd83fc

Browse files
kentbullm00sey
authored andcommitted
fix multisig.ts usage - remove name param (#2)
1 parent 27faca2 commit bcd83fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/integration-scripts/multisig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ async function run() {
11611161

11621162
msgSaid = await waitForMessage(client4, '/exn/ipex/grant');
11631163
console.log('Holder received exchange message with the grant message');
1164-
res = await client4.exchanges().get('holder',msgSaid);
1164+
res = await client4.exchanges().get(msgSaid);
11651165

11661166
let [admit, asigs, aend] = await client4
11671167
.ipex()

0 commit comments

Comments
 (0)