interledger / rafiki

An open-source, comprehensive Interledger service for wallet providers, enabling them to provide Interledger functionality to their users.
https://rafiki.dev/
Apache License 2.0
233 stars 83 forks source link

Require knex transaction where expected #618

Open wilsonianb opened 2 years ago

wilsonianb commented 2 years ago

When a function is expecting a trx?: TransactionOrKnex as a parameter, we should change the type to be specifically Transaction instead.

Urva2 commented 11 months ago

i want to work on this issue.