Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Aug 24, 2023
1 parent ea0cb7d commit 9a1961c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer_guide/multisig_wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The following is an example of creating multisig wallets.

For a full example of creating and sending funds from multisig wallets, see "Supports multisig sample code" in [TestMoneroWalletCommon.js](https://github.com/monero-ecosystem/monero-javascript/blob/master/src/test/TestMoneroWalletCommon.js).
For a full example of creating and sending funds from multisig wallets, see "Supports multisig wallets" in [TestMoneroWalletCommon.js](https://github.com/monero-ecosystem/monero-javascript/blob/master/src/test/TestMoneroWalletCommon.js).

```javascript
// create multisig wallets which require 3 out of 5 participants to send funds
Expand Down

0 comments on commit 9a1961c

Please sign in to comment.