Skip to content

Commit

Permalink
Merge branch 'main' into openapi-keychain-vault
Browse files Browse the repository at this point in the history
  • Loading branch information
petermetz committed Sep 17, 2021
2 parents 4735ceb + c568ad3 commit 04bea2c
Show file tree
Hide file tree
Showing 16 changed files with 1,204 additions and 85 deletions.
Expand Up @@ -315,19 +315,19 @@
},
"transactionHash": {
"type": "string",
"minLength": 64,
"maxLength": 64,
"pattern": "/^0x([A-Fa-f0-9]{64})$/"
"minLength": 66,
"maxLength": 66,
"pattern": "^0x([A-Fa-f0-9]{64})$"
},
"transactionIndex": {
"type": "number",
"nullable": false
},
"blockHash": {
"type": "string",
"minLength": 64,
"maxLength": 64,
"pattern": "/^0x([A-Fa-f0-9]{64})$/"
"minLength": 66,
"maxLength": 66,
"pattern": "^0x([A-Fa-f0-9]{64})$"
},
"blockNumber": {
"type": "number",
Expand Down

0 comments on commit 04bea2c

Please sign in to comment.