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
- Rename `extract_v1` to `create_v1_post_request` to better reflect behavior
- Rename `extract_v2` to `create_v2_post_request` for naming consistency
- Rename `extract_req` to `create_poll_request` across receiver typestates
- Rename all internal uses of `subdir`/`subdirectory` to `mailbox`
- Includes variables, function names, and documentation comments
///Processes the response for the final POST message from the receiver client in the v2 Payjoin protocol.
861
+
///Processes the response for the final POST message from the receiver client in the v2 Payjoin protocol.
861
862
///
862
863
/// This function decapsulates the response using the provided OHTTP context. If the response status is successful, it indicates that the Payjoin proposal has been accepted. Otherwise, it returns an error with the status code.
863
864
///
864
865
/// After this function is called, the receiver can either wait for the Payjoin transaction to be broadcast or choose to broadcast the original PSBT.
///Processes the response for the final POST message from the receiver client in the v2 Payjoin protocol.
726
+
///Processes the response for the final POST message from the receiver client in the v2 Payjoin protocol.
717
727
///
718
728
/// This function decapsulates the response using the provided OHTTP context. If the response status is successful, it indicates that the Payjoin proposal has been accepted. Otherwise, it returns an error with the status code.
719
729
///
720
730
/// After this function is called, the receiver can either wait for the Payjoin transaction to be broadcast or choose to broadcast the original PSBT.
0 commit comments