Fix typo 'invokation' to 'invocation'

pull/5370/head
nujabes403 6 years ago
parent 64ea8abbd9
commit fc421a60fa
  1. 4
      remix-debugger/src/ui/TxBrowser.js
  2. 2
      remix-lib/src/trace/traceManager.js

@ -67,10 +67,10 @@ function TxBrowser (_parent) {
}
// creation 0xa9619e1d0a35b2c1d686f5b661b3abd87f998d2844e8e9cc905edb57fc9ce349
// invokation 0x71a6d583d16d142c5c3e8903060e8a4ee5a5016348a9448df6c3e63b68076ec4 0xcda2b2835add61af54cf83bd076664d98d7908c6cd98d86423b3b48d8b8e51ff
// invocation 0x71a6d583d16d142c5c3e8903060e8a4ee5a5016348a9448df6c3e63b68076ec4 0xcda2b2835add61af54cf83bd076664d98d7908c6cd98d86423b3b48d8b8e51ff
// test:
// creation: 0x72908de76f99fca476f9e3a3b5d352f350a98cd77d09cebfc59ffe32a6ecaa0b
// invokation: 0x20ef65b8b186ca942fcccd634f37074dde49b541c27994fc7596740ef44cfd51
// invocation: 0x20ef65b8b186ca942fcccd634f37074dde49b541c27994fc7596740ef44cfd51
TxBrowser.prototype.setDefaultValues = function () {
this.connectInfo = ''

@ -44,7 +44,7 @@ TraceManager.prototype.resolveTrace = function (tx, callback) {
}
})
} else {
var mes = tx.hash + ' is not a contract invokation or contract creation.'
var mes = tx.hash + ' is not a contract invocation or contract creation.'
console.log(mes)
self.isLoading = false
callback(mes, false)

Loading…
Cancel
Save