Skip to content

Commit df61276

Browse files
committed
change spec type to number from integer
1 parent 228e4e7 commit df61276

File tree

5 files changed

+345
-345
lines changed

5 files changed

+345
-345
lines changed

daemon/algod/api/algod.oas2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2280,7 +2280,7 @@
22802280
},
22812281
"cost": {
22822282
"description": "Execution cost of app call transaction",
2283-
"type": "integer"
2283+
"type": "number"
22842284
}
22852285
}
22862286
},

daemon/algod/api/algod.oas3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1325,7 +1325,7 @@
13251325
},
13261326
"cost": {
13271327
"description": "Execution cost of app call transaction",
1328-
"type": "integer"
1328+
"type": "number"
13291329
},
13301330
"disassembly": {
13311331
"description": "Disassembled program line by line.",

0 commit comments

Comments
 (0)