Skip to content

Commit 52d7850

Browse files
authored
fixes docs for wallet/multisig/getAccountIdentities (#778)
docs refer to 'getParticipants', but no such endpoint exists. renames and changes docs for the correct endpoint, 'getAccountIdentities'
1 parent f0f9430 commit 52d7850

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

content/documentation/rpc/wallet/multisig/get_participants.mdx renamed to content/documentation/rpc/wallet/multisig/get_account_identities.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: wallet/multisig/getParicipants
2+
title: wallet/multisig/getAccountIdentities
33
description: RPC Multisig | Iron Fish Documentation
44
---
55

6-
Retrieves all identities for a single account/group.
6+
Retrieves all identities for a single account/group: one for each signer in the multisig group.
77

88
#### Request
99

@@ -21,4 +21,4 @@ Retrieves all identities for a single account/group.
2121
}
2222
```
2323

24-
###### [View on Github](https://github.com/iron-fish/ironfish/blob/master/ironfish/src/rpc/routes/wallet/multisig/getParticipants.ts)
24+
###### [View on Github](https://github.com/iron-fish/ironfish/blob/master/ironfish/src/rpc/routes/wallet/multisig/getAccountIdentities.ts)

content/documentation/sidebar.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -448,12 +448,12 @@ export const sidebar: SidebarDefinition = [
448448
label: "Multisig",
449449
items: [
450450
{
451-
id: "rpc/wallet/multisig/get_participant",
452-
label: "getParticipant",
451+
id: "rpc/wallet/multisig/get_account_identities",
452+
label: "getAccountIdentities",
453453
},
454454
{
455-
id: "rpc/wallet/multisig/get_participants",
456-
label: "getParticipants",
455+
id: "rpc/wallet/multisig/get_participant",
456+
label: "getParticipant",
457457
},
458458
{
459459
id: "rpc/wallet/multisig/create_participant",

0 commit comments

Comments
 (0)