Skip to content

Commit

Permalink
Full event field
Browse files Browse the repository at this point in the history
  • Loading branch information
Кирилл committed Jul 1, 2024
1 parent 81bbae3 commit 5150351
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class SubscribeChainStatus(
.setVersion(Global.version)
.build(),
)
.setFullResponse(true)
.build()
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@ class SubscribeChainStatusTest {
)
.build(),
)
.apply {
if (headEvent) {
setFullResponse(true)
}
}
.build()
}

Expand Down

0 comments on commit 5150351

Please sign in to comment.