Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ clio get consensus_parameters
"max_block_net_usage": 1048576,
"target_block_net_usage_pct": 1000,
"max_transaction_net_usage": 524288,
"base_per_transaction_net_usage": 12,
"net_usage_leeway": 500,
"context_free_discount_net_usage_num": 20,
"context_free_discount_net_usage_den": 100,
Expand Down
3 changes: 0 additions & 3 deletions openapi/ChainApiCS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2368,8 +2368,6 @@ paths:
type: integer
max_transaction_net_usage:
type: integer
base_per_transaction_net_usage:
type: integer
net_usage_leeway:
type: integer
context_free_discount_net_usage_num:
Expand Down Expand Up @@ -2430,7 +2428,6 @@ paths:
max_block_net_usage: 1048576
target_block_net_usage_pct: 1000
max_transaction_net_usage: 524288
base_per_transaction_net_usage: 12
net_usage_leeway: 500
context_free_discount_net_usage_num: 20
context_free_discount_net_usage_den: 100
Expand Down