Files
bitcoin/src
josibake f7384b921c refactor: move parsing to new function
Move the parsing and validation out of `AddOutputs` into its own function,
`ParseOutputs`. This allows us to re-use this logic in `ParseRecipients` in a
later commit, where the code is currently duplicated.

The new `ParseOutputs` function returns a CTxDestination,CAmount tuples.
This allows the caller to then translate the validated outputs into
either CRecipients or CTxOuts.
2024-01-19 15:04:56 +01:00
..
2024-01-12 13:48:02 +00:00
2024-01-05 11:22:31 +01:00
2023-12-11 18:22:13 +01:00
2023-11-21 13:15:44 +00:00
2023-12-11 18:22:13 +01:00
2024-01-05 15:17:50 +00:00
2023-11-30 11:28:19 +01:00
2023-11-28 12:42:07 +01:00
2023-11-30 11:27:54 +01:00