Skip to content

Commit

Permalink
add default for minimum_user_command_fee
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Aug 28, 2024
1 parent d116ceb commit e81e748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/runtime_config/runtime_config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ module Json_layout = struct
; zkapp_cmd_limit_hardcap : int option [@default None]
; slot_tx_end : int option [@default None]
; slot_chain_end : int option [@default None]
; minimum_user_command_fee : Currency.Fee.t option
; minimum_user_command_fee : Currency.Fee.t option [@default None]
; network_id : string option [@default None]
}
[@@deriving yojson, fields]
Expand Down

0 comments on commit e81e748

Please sign in to comment.