Skip to content

Commit

Permalink
Update XIPs/xip-55-passkey-identity.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaaaa authored Feb 13, 2025
1 parent 9bd32d8 commit c58cc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XIPs/xip-55-passkey-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ impl PublicIdentifier {
- Create a `PublicIdentifier` type, which is a public-facing version of `MemberIdentifier` and doesn’t contain potentially sensitive metadata like the passkey’s relying partner.
- Rename `InboxState.account_addresses` to `InboxState.identifiers` and change the type to `Vec<Identifier>`
- Also rename `InboxState.recovery_address` to `recovery_identifier` and change the type to `Identifier`

- Filter out unknown `MemberIdentifiers` that may come from new associations.

Check failure on line 148 in XIPs/xip-55-passkey-identity.md

View workflow job for this annotation

GitHub Actions / markdown

Lists should be surrounded by blank lines [Context: "- Filter out unknown `MemberId..."]
#### Phase 2: Adding Solana support (non-breaking)

Check failure on line 149 in XIPs/xip-55-passkey-identity.md

View workflow job for this annotation

GitHub Actions / markdown

Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "#### Phase 2: Adding Solana support (non-breaking)"]

- Add a new `MemberIdentifier::Solana` variant
Expand Down

0 comments on commit c58cc9b

Please sign in to comment.