-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REQUEST] Allow additional ETP in and outputs in a MIT transfer #363
Comments
@canguruhh , can you created a raw transaction for testnet, and send raw transaction to me. |
it is work now in private net. here is a test rawtx |
Currently a MIT transfer does not allow to send additional ETP. This would be required for a transaction in which someone wants to receive ETP in return of MITs.
Alice wants to sell a MIT. Bob wants to buy it and they already decided about a price of 10 ETP.
They manually create a transaction in which there is the MIT input from Alice and the ETP input from Bob (Must be >10 ETP). The outputs are the MIT to Bob, 10 ETP to Alice and the change output for Bob.
For this functionality we do not need a mvs-cli command. The transaction will be created externally but is required to be validated by the mvsd transaction validation.
The text was updated successfully, but these errors were encountered: