Skip to content

Commit

Permalink
Update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao committed Dec 8, 2023
1 parent 1a6973d commit 28dea7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion schemas/history_effects_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@
},
{
"mode": "NULLABLE",
"name": "ledgers_to_expire",
"name": "extend_to",
"type": "INTEGER"
},
{
Expand Down
2 changes: 1 addition & 1 deletion schemas/history_operations_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@
},
{
"mode": "NULLABLE",
"name": "ledgers_to_expire",
"name": "extend_to",
"type": "INTEGER"
},
{
Expand Down
2 changes: 1 addition & 1 deletion schemas/history_transactions_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
},
{
"mode": "NULLABLE",
"name": "refundable_fee",
"name": "resource_fee",
"type": "INTEGER"
},
{
Expand Down

0 comments on commit 28dea7c

Please sign in to comment.