1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00

metamask - adopt shapeshift txs from keyringController

This commit is contained in:
kumavis 2017-01-27 23:05:29 -08:00
parent 3afd0ef27d
commit 1fd1746744
2 changed files with 3 additions and 2 deletions

View File

@ -87,7 +87,6 @@ module.exports = class KeyringController extends EventEmitter {
unconfMsgs: messageManager.unconfirmedMsgs(),
messages: messageManager.getMsgList(),
selectedAccount: address,
shapeShiftTxList: this.configManager.getShapeShiftTxList(),
currentFiat: this.configManager.getCurrentFiat(),
conversionRate: this.configManager.getConversionRate(),
conversionDate: this.configManager.getConversionDate(),

View File

@ -162,7 +162,9 @@ module.exports = class MetamaskController extends EventEmitter {
this.configManager.getConfig(),
this.txManager.getState(),
keyringControllerState,
this.noticeController.getState(), {
this.noticeController.getState(),
{
shapeShiftTxList: this.configManager.getShapeShiftTxList(),
lostAccounts: this.configManager.getLostAccounts(),
}
)