Skip to content

Commit

Permalink
Updating config to disable the method by default
Browse files Browse the repository at this point in the history
  • Loading branch information
asoto-iov committed Jan 12, 2024
1 parent b4fe52a commit 3b88287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rskj-core/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ rpc {
version: "1.0",
enabled: "true",
methods: {
disabled: [ "rsk_shutdown", "rsk_flush" ]
disabled: [ "rsk_shutdown", "rsk_flush", "rsk_getStorageBytesAt" ]
}
}
}
Expand Down

0 comments on commit 3b88287

Please sign in to comment.