Skip to content

Commit

Permalink
Minimal incremental change making hashes identical patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly committed Dec 13, 2024
1 parent ff2515a commit 32cf52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specifications/api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ x-drepKeyHash: &drepKeyHash
x-drepScriptHash: &drepScriptHash
type: string
format: bech32
example: drep_script1wqaz0q0zhtxlgn0ewssevn2mrtm30fgh2g7hr7z9rj5856457mm
example: drep1wqaz0q0zhtxlgn0ewssevn2mrtm30fgh2g7hr7z9rj5856457mm
description: DRep's script hash.
pattern: "^(drep_script)1[0-9a-z]*$"
pattern: "^(drep)1[0-9a-z]*$"

x-walletAccountXPubkey: &walletAccountXPubkey
description: An extended account public key (public key + chain code)
Expand Down

0 comments on commit 32cf52d

Please sign in to comment.