mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-30 16:18:07 +01:00
metamask - adopt shapeshift txs from keyringController
This commit is contained in:
parent
3afd0ef27d
commit
1fd1746744
@ -87,7 +87,6 @@ module.exports = class KeyringController extends EventEmitter {
|
|||||||
unconfMsgs: messageManager.unconfirmedMsgs(),
|
unconfMsgs: messageManager.unconfirmedMsgs(),
|
||||||
messages: messageManager.getMsgList(),
|
messages: messageManager.getMsgList(),
|
||||||
selectedAccount: address,
|
selectedAccount: address,
|
||||||
shapeShiftTxList: this.configManager.getShapeShiftTxList(),
|
|
||||||
currentFiat: this.configManager.getCurrentFiat(),
|
currentFiat: this.configManager.getCurrentFiat(),
|
||||||
conversionRate: this.configManager.getConversionRate(),
|
conversionRate: this.configManager.getConversionRate(),
|
||||||
conversionDate: this.configManager.getConversionDate(),
|
conversionDate: this.configManager.getConversionDate(),
|
||||||
|
@ -162,7 +162,9 @@ module.exports = class MetamaskController extends EventEmitter {
|
|||||||
this.configManager.getConfig(),
|
this.configManager.getConfig(),
|
||||||
this.txManager.getState(),
|
this.txManager.getState(),
|
||||||
keyringControllerState,
|
keyringControllerState,
|
||||||
this.noticeController.getState(), {
|
this.noticeController.getState(),
|
||||||
|
{
|
||||||
|
shapeShiftTxList: this.configManager.getShapeShiftTxList(),
|
||||||
lostAccounts: this.configManager.getLostAccounts(),
|
lostAccounts: this.configManager.getLostAccounts(),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user