mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 09:23:21 +01:00
Fix link to token support page
This commit is contained in:
parent
f18615a82a
commit
9f063c320c
@ -5,6 +5,7 @@
|
|||||||
- Add new support for new eth_signTypedData method per EIP 712.
|
- Add new support for new eth_signTypedData method per EIP 712.
|
||||||
- Fix bug where some transactions would be shown as pending forever, even after successfully mined.
|
- Fix bug where some transactions would be shown as pending forever, even after successfully mined.
|
||||||
- Fix bug where a transaction might be shown as pending forever if another tx with the same nonce was mined.
|
- Fix bug where a transaction might be shown as pending forever if another tx with the same nonce was mined.
|
||||||
|
- Fix link to support article on token addresses.
|
||||||
|
|
||||||
## 3.10.9 2017-10-5
|
## 3.10.9 2017-10-5
|
||||||
|
|
||||||
|
@ -73,7 +73,7 @@ AddTokenScreen.prototype.render = function () {
|
|||||||
}, [
|
}, [
|
||||||
h('a', {
|
h('a', {
|
||||||
style: { fontWeight: 'bold', paddingRight: '10px'},
|
style: { fontWeight: 'bold', paddingRight: '10px'},
|
||||||
href: 'https://consensyssupport.happyfox.com/staff/kb/article/24-what-is-a-token-contract-address',
|
href: 'https://support.metamask.io/kb/article/24-what-is-a-token-contract-address',
|
||||||
target: '_blank',
|
target: '_blank',
|
||||||
}, [
|
}, [
|
||||||
h('span', 'Token Contract Address '),
|
h('span', 'Token Contract Address '),
|
||||||
|
Loading…
Reference in New Issue
Block a user