Skip to content

Commit

Permalink
Merge branch 'jribbink/block-digests' into jribbink/block-headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Nov 29, 2024
2 parents ad02897 + 2e42b42 commit eff59ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transport-http/src/subscribe/subscribe.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {SdkTransport} from "@onflow/typedefs"
import {SubscriptionManager} from "./subscription-manager"
import {blocksHandler} from "./handlers/blocks"
import {blockDigestsHandler} from "./handlers/block_digests"
import {blockHeaderHandler} from "./handlers/block-headers"
import {blockDigestsHandler} from "./handlers/block-digests"

const SUBSCRIPTION_HANDLERS = [
blocksHandler,
Expand Down

0 comments on commit eff59ff

Please sign in to comment.