Skip to content

Commit 65fa572

Browse files
authored
Fix trace type field selection (#43)
1 parent 07136c7 commit 65fa572

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@envio-dev/hypersync-client",
33
"description": "HyperSync Client by Envio",
4-
"version": "0.6.6",
4+
"version": "0.6.7",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"napi": {

src/query.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ pub enum TraceField {
188188
TraceAddress,
189189
TransactionHash,
190190
TransactionPosition,
191+
#[serde(rename = "type")]
191192
Kind,
192193
Error,
193194
}

0 commit comments

Comments
 (0)