File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ const ObservableStore = require('obs-store')
55const ethUtil = require ( 'ethereumjs-util' )
66const EthQuery = require ( 'ethjs-query' )
77const TxProviderUtil = require ( '../lib/tx-utils' )
8- const getStack = require ( '../lib/util' ) . getStack
98const createId = require ( '../lib/random-id' )
109const 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 )
You can’t perform that action at this time.
0 commit comments