Skip to content

Commit 15bcbb4

Browse files
authored
Merge pull request #1850 from MetaMask/stack
remove stack from txs
2 parents 8a9d007 + dce593f commit 15bcbb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/scripts/controllers/transactions.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const ObservableStore = require('obs-store')
55
const ethUtil = require('ethereumjs-util')
66
const EthQuery = require('ethjs-query')
77
const TxProviderUtil = require('../lib/tx-utils')
8-
const getStack = require('../lib/util').getStack
98
const createId = require('../lib/random-id')
109
const NonceTracker = require('../lib/nonce-tracker')
1110

@@ -105,8 +104,6 @@ module.exports = class TransactionController extends EventEmitter {
105104
const txMetaForHistory = clone(txMeta)
106105
// dont include previous history in this snapshot
107106
delete txMetaForHistory.history
108-
// add stack to help understand why tx was updated
109-
txMetaForHistory.stack = getStack()
110107
// add snapshot to tx history
111108
if (!txMeta.history) txMeta.history = []
112109
txMeta.history.push(txMetaForHistory)

0 commit comments

Comments
 (0)