Skip to content

Commit

Permalink
Fix merge artifacts in rpc_schema_hashing.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-casperlabs committed Nov 6, 2023
1 parent a446ebf commit 836ed68
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions resources/test/rpc_schema_hashing.json
Original file line number Diff line number Diff line change
Expand Up @@ -2479,7 +2479,8 @@
"Read",
"Write",
"Add",
"NoOp"
"NoOp",
"Delete"
]
},
"TransformEntry": {
Expand Down Expand Up @@ -2514,7 +2515,8 @@
"Identity",
"WriteContractWasm",
"WriteContract",
"WriteContractPackage"
"WriteContractPackage",
"Prune"
]
},
{
Expand Down Expand Up @@ -4749,4 +4751,4 @@
}
}
}
}
}

0 comments on commit 836ed68

Please sign in to comment.