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
To facilitate trading/gifting pre-registrations, we should make the following GUI changes to the Buy Names tab:
Below the "Register Name..." button, add a "Request Sale/Gift Registration" button next to an "Extra Amount" textbox.
When that button is clicked, call name_new, with an explicit destination address, and unsigned=True, note the output.
Then, the same Request/QR-Code UI that normally appears in the Receive tab should appear, but with an extra commitment field in the URL. This field should be populated with the output of name_new's commitment field (the transaction that name_new produces should be thrown away). The amount field in the URL should be 0.01 NMC plus the "Extra Amount".
The text was updated successfully, but these errors were encountered:
To facilitate trading/gifting pre-registrations, we should make the following GUI changes to the Buy Names tab:
name_new
, with an explicit destination address, andunsigned=True
, note the output.commitment
field in the URL. This field should be populated with the output ofname_new
'scommitment
field (the transaction thatname_new
produces should be thrown away). Theamount
field in the URL should be 0.01 NMC plus the "Extra Amount".The text was updated successfully, but these errors were encountered: