Skip to content

Commit 0bd5f2d

Browse files
cleanup
Signed-off-by: rukmini-basu-da <[email protected]>
1 parent 060c8fd commit 0bd5f2d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

core/ledger-client/src/ledger-client.ts

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -607,16 +607,8 @@ export class LedgerClient {
607607
interfaceIds?: string[]
608608
limit?: number
609609
}): Promise<Array<Types['JsGetActiveContractsResponse']>> {
610-
const {
611-
offset,
612-
templateIds,
613-
parties,
614-
filterByParty,
615-
interfaceIds,
616-
limit,
617-
} = options
618-
619-
this.logger.debug(filterByParty)
610+
const { offset, templateIds, parties, interfaceIds, limit } = options
611+
620612
this.logger.debug(options, 'options for active contracts')
621613

622614
const hasParties = Array.isArray(parties) && parties.length > 0

0 commit comments

Comments
 (0)