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 Nov 29, 2023
1 parent 92c1510 commit c8bd7fb
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 @@ -425,7 +425,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 c8bd7fb

Please sign in to comment.