Skip to content

Commit 19e1b59

Browse files
committed
fix: parse crypto volume as float
1 parent 177aec8 commit 19e1b59

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

crypto.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/functions/crypto.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
{
5050
"name": "volume",
51-
"type": "int"
51+
"type": "float64"
5252
}
5353
]
5454
},
@@ -88,7 +88,7 @@
8888
},
8989
{
9090
"name": "volume",
91-
"type": "int"
91+
"type": "float64"
9292
}
9393
]
9494
},
@@ -128,7 +128,7 @@
128128
},
129129
{
130130
"name": "volume",
131-
"type": "int"
131+
"type": "float64"
132132
}
133133
]
134134
},
@@ -168,7 +168,7 @@
168168
},
169169
{
170170
"name": "volume",
171-
"type": "int"
171+
"type": "float64"
172172
}
173173
]
174174
}

0 commit comments

Comments
 (0)