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
For silent payments, a SilentPaymentsDestination needs to be provided as the recipient, which requires CRecipient to use information other than just the scriptPubKey, since the output script for the silent payment cannot be known before the transaction is created. Consider adding SilentPaymentsDestination using CTxDestination.
For specific information please refer to the bitcoin project bug issue bitcoin#28246, I found the same bug code in litecoin which has not been fixed yet.
The text was updated successfully, but these errors were encountered:
For silent payments, a SilentPaymentsDestination needs to be provided as the recipient, which requires CRecipient to use information other than just the scriptPubKey, since the output script for the silent payment cannot be known before the transaction is created. Consider adding SilentPaymentsDestination using CTxDestination.
For specific information please refer to the bitcoin project bug issue bitcoin#28246, I found the same bug code in litecoin which has not been fixed yet.
The text was updated successfully, but these errors were encountered: