Skip to content

Commit

Permalink
tx hash can be null
Browse files Browse the repository at this point in the history
  • Loading branch information
nullpointer0x00 committed Nov 12, 2024
1 parent e3c0158 commit ed09fb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ data class NavPrice(
data class NavEvent(
val blockHeight: Int,
val blockTime: DateTime,
val txHash: String,
val txHash: String?,
val eventOrder: Int,
val eventType: String,
val scopeId: String?,
Expand Down

0 comments on commit ed09fb4

Please sign in to comment.