Commit f51e0d0
committed
feat(qt): Add flag to allow duplicate recipient addresses in GUI
This enables users of the Qt wallet to send to the same address in a single
transaction. This is useful for setting up multiple MN collateral transactions,
but probably only for advanced users and developers.
Usage: ./qt/dash-qt -allowduplicaterecipients
I'm ok if there's no desire to merge this. I just thought it was a nice feature
to send all collateral in a single TX instead of having to send multiple. I
presume this is mostly just useful for testnet, as a hardware wallet would be
preferred for mainnet, but it may also work to create an unsigned TX which
could be signed by a HW wallet w/the right UI.1 parent 3b9c29d commit f51e0d0
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| 501 | + | |
501 | 502 | | |
502 | 503 | | |
503 | 504 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
215 | 218 | | |
216 | 219 | | |
217 | 220 | | |
| |||
239 | 242 | | |
240 | 243 | | |
241 | 244 | | |
242 | | - | |
| 245 | + | |
243 | 246 | | |
244 | 247 | | |
245 | 248 | | |
| |||
0 commit comments