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
1. A Taproot Asset Channel exists between Alice and Bob.
2. Alice adds a Taproot Assets Invoice using the AddInvoice method.
3. Alice receives a PeerAcceptedBuyQuote event notification, but Bob does not receive any notification.
Requirement:
Add Notification for Bob:
Enhance the notification system so that Bob also receives a notification when Alice creates a Taproot Assets Invoice. This will allow Bob’s tapd to accurately identify key invoice details, such as asset_amount and AssetRate. Providing Bob with this information will help tapd process its own business logic more effectively.
Include baseScid Field:
Add a baseScid field to the notification data. This field will facilitate the identification of the specific channel and associated assetId, improving clarity and processing accuracy for both Alice and Bob’s tapd.
The text was updated successfully, but these errors were encountered:
Conditions:
Requirement:
Add Notification for Bob:
Enhance the notification system so that Bob also receives a notification when Alice creates a Taproot Assets Invoice. This will allow Bob’s tapd to accurately identify key invoice details, such as asset_amount and AssetRate. Providing Bob with this information will help tapd process its own business logic more effectively.
Include baseScid Field:
Add a baseScid field to the notification data. This field will facilitate the identification of the specific channel and associated assetId, improving clarity and processing accuracy for both Alice and Bob’s tapd.
The text was updated successfully, but these errors were encountered: