Skip to content
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

Enable option to add extra data when sending transactions #10

Open
elaineo opened this issue Sep 13, 2016 · 1 comment
Open

Enable option to add extra data when sending transactions #10

elaineo opened this issue Sep 13, 2016 · 1 comment

Comments

@elaineo
Copy link

elaineo commented Sep 13, 2016

Allow users to enter data when creating transaction

Currently hidden, just needs to be enabled. (Will be trickier for replay protection)

@tayvano
Copy link

tayvano commented Sep 14, 2016

http://classicetherwallet.com/?&data=4f524445525f31323334&gaslimit=21000&to=0x7cB57B5A97eAbe94205C07890BE4c1aD31E486A8&value=0.5#send-transaction

Data for Ethereum needs to be in HEX.

In addition, you cannot add additional data to send via replay protection contract as the data field is used to decide the actual address the ETC should be sent to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@elaineo @tayvano and others