Skip to content

Commit

Permalink
Fix last block time bug [#3627]
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Sep 16, 2024
1 parent 013faa5 commit 0d969e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/api/v2/query_v3.go
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ func (m *JrpcMethods) QueryData(ctx context.Context, params json.RawMessage) any
qr.ChainId = req.Url.AccountID()
qr.Type = "dataEntry"
qr.Data = dataEntryV3(r2)
qr.LastBlockTime = r2.LastBlockTime
return qr
}

Expand Down

0 comments on commit 0d969e9

Please sign in to comment.