Skip to content

Commit

Permalink
Merge pull request #55 from coinbase/wilson/fix-readme
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
wilsoncusack authored Apr 16, 2024
2 parents 9edcf7f + cb57387 commit ceb82f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It supports
- Cross-chain replayability for owner updates and other actions: sign once, update everywhere.

## Multiple Owners
Our smart wallet supports up to 256 concurrent owners. Each owner can transact independently, without sign off from any other owner.
Our smart wallet supports a practically unlimited number of concurrent owners (max 2^256). Each owner can transact independently, without sign off from any other owner.

Owners are identified as `bytes` to allow both Ethereum address owners and passkey (Secp256r1) public key owners.

Expand Down

0 comments on commit ceb82f2

Please sign in to comment.