Skip to content

Commit

Permalink
deny list should end with "_"
Browse files Browse the repository at this point in the history
  • Loading branch information
icezohu committed Dec 9, 2024
1 parent c920d5a commit 5231de8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions test/fixtures/rpc_autonity_piccadilly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
# - evm
# nodeType: full
# rpcDenyList:
# - admin
# - debug
# - txpool
# - personal
# - miner
# - les
# - admin_
# - debug_
# - txpool_
# - personal_
# - miner_
# - les_
# version:
# version: 1.0.0
- kind: Project
Expand Down Expand Up @@ -66,11 +66,11 @@
- evm
nodeType: archive
rpcDenyList:
- admin
- debug
- txpool
- personal
- miner
- les
- admin_
- debug_
- txpool_
- personal_
- miner_
- les_
version:
version: 1.0.0

0 comments on commit 5231de8

Please sign in to comment.