Skip to content

Commit ad1e650

Browse files
Merge pull request #13 from CodaProtocol/fix/block-subscription
fix(subscription): removed pk variable from new block subscription
2 parents e5cb4fe + 04fb4ba commit ad1e650

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CodaClient.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,5 @@ async def listen_new_blocks(self, callback):
506506
}
507507
'''
508508
variables = {
509-
"pk": pk
510509
}
511510
await self._graphql_subscription(query, variables, callback)

0 commit comments

Comments
 (0)