Skip to content

Commit f108df0

Browse files
committed
Adding the attribute "blockchainAccountId"
Signed-off-by: Thiago Romano <[email protected]>
1 parent 8a97fd2 commit f108df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydid/verification_method.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ class EcdsaSecp256k1RecoveryMethod2020(VerificationMethod):
271271

272272
type: Literal["EcdsaSecp256k1RecoveryMethod2020"]
273273
_require_one_of = required_group(
274-
{"public_key_jwk", "public_key_hex", "ethereum_address"}
274+
{"public_key_jwk", "public_key_hex", "ethereum_address", "blockchain_account_id"}
275275
)
276276

277277

0 commit comments

Comments
 (0)