From cb57387138389fd23977a25c5560620e26da62f1 Mon Sep 17 00:00:00 2001 From: Wilson Cusack Date: Tue, 16 Apr 2024 11:32:45 -0400 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b34afee..bc7cb3e 100644 --- a/README.md +++ b/README.md @@ -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.