From 836ed68c9f1851d744ee1bdb04a25eed87bf769e Mon Sep 17 00:00:00 2001 From: Marc Brinkmann Date: Mon, 6 Nov 2023 15:37:29 +0100 Subject: [PATCH] Fix merge artifacts in `rpc_schema_hashing.json` --- resources/test/rpc_schema_hashing.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/test/rpc_schema_hashing.json b/resources/test/rpc_schema_hashing.json index ce5b9d18c8..d71b73f2d1 100644 --- a/resources/test/rpc_schema_hashing.json +++ b/resources/test/rpc_schema_hashing.json @@ -2479,7 +2479,8 @@ "Read", "Write", "Add", - "NoOp" + "NoOp", + "Delete" ] }, "TransformEntry": { @@ -2514,7 +2515,8 @@ "Identity", "WriteContractWasm", "WriteContract", - "WriteContractPackage" + "WriteContractPackage", + "Prune" ] }, { @@ -4749,4 +4751,4 @@ } } } -} +} \ No newline at end of file