You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it possible to process multiple deposits in one transaction for btc deposits
Implementation details
Describe a deposit data standard (and describe it in README docs) and then implement it
The deposit data standard should have exact order of deposit data (eg. deposit amount, deposit fee, destination domain + receiver address)
Testing details
add unit test with multiple deposits in one transaction
Acceptance Criteria
User is able to send multiple deposits in one transaction to different or the same reciever
The text was updated successfully, but these errors were encountered:
Make it possible to process multiple deposits in one transaction for btc deposits
Implementation details
Describe a deposit data standard (and describe it in README docs) and then implement it
The deposit data standard should have exact order of deposit data (eg. deposit amount, deposit fee, destination domain + receiver address)
Testing details
add unit test with multiple deposits in one transaction
Acceptance Criteria
User is able to send multiple deposits in one transaction to different or the same reciever
The text was updated successfully, but these errors were encountered: