Skip to content

Commit ab855c8

Browse files
committed
fix: removed unnecessary parameters in the nodesClaimsGet section from requestChainData that was causing a discovery test to fail due ot changes to how nodesClaimsGet worked
1 parent 58566cd commit ab855c8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/nodes/NodeManager.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,10 +1259,10 @@ class NodeManager {
12591259
const client = connection.getClient();
12601260
for await (const agentClaim of await client.methods.nodesClaimsGet(
12611261
{
1262-
seek:
1263-
claimId != null
1264-
? claimsUtils.encodeClaimId(claimId)
1265-
: ('' as ClaimIdEncoded),
1262+
// seek:
1263+
// claimId != null
1264+
// ? claimsUtils.encodeClaimId(claimId)
1265+
// : ('' as ClaimIdEncoded),
12661266
},
12671267
ctx,
12681268
)) {

0 commit comments

Comments
 (0)