Skip to content

Commit

Permalink
Trigger transfer primitive for any witness
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Mar 31, 2024
1 parent 706c75d commit fe74f83
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/engine/paima-funnel/src/cde/cardanoTransfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,7 @@ export default async function getCdeData(
): Promise<CdeCardanoTransferDatum[]> {
let result = [] as CdeCardanoTransferDatum[];

const relationFilter =
RelationFilterType.Output |
RelationFilterType.Input |
RelationFilterType.StakeRegistration |
RelationFilterType.StakeDeregistration |
RelationFilterType.StakeDelegation |
RelationFilterType.Withdrawal;
const relationFilter = RelationFilterType.Output | RelationFilterType.Witness;

while (true) {
const event = await timeout(
Expand Down

0 comments on commit fe74f83

Please sign in to comment.