1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 03:12:42 +02:00

Remove send button

Some token precisions are not respected by TokenFactory, so it's not sufficient for a default send form. Removing for now.
This commit is contained in:
Dan Finlay 2017-06-30 10:28:27 -07:00
parent c9dd8a9cfd
commit 0c011d0fda
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@
## Current Master
- Remove SEND token button until a better token sending form can be built, due to some precision issues.
## 3.8.0 2017-6-28
- No longer stop rebroadcasting transactions

View File

@ -31,9 +31,11 @@ TokenCell.prototype.render = function () {
h('span', { style: { flex: '1 0 auto' } }),
/*
h('button', {
onClick: this.send.bind(this, address),
}, 'SEND'),
*/
])
)