Remove accidentally added code in message-manager.

feature/default_network_editable
Dan 7 years ago
parent 016d492414
commit 020824f3c7
  1. 8
      app/scripts/lib/message-manager.js

@ -3,14 +3,6 @@ const ObservableStore = require('obs-store')
const ethUtil = require('ethereumjs-util')
const createId = require('./random-id')
var msgData = {
id: msgId,
msgParams: msgParams,
time: time,
status: 'unapproved',
type: 'eth_sign',
}
/**
* Represents, and contains data about, an 'eth_sign' type signature request. These are created when a signature for
* an eth_sign call is requested.

Loading…
Cancel
Save