Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
8b22c7a4
Unverified
Commit
8b22c7a4
authored
Apr 17, 2019
by
yann300
Committed by
GitHub
Apr 17, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1159 from nujabes403/fix-typo
Fix typo 'invokation' to 'invocation'
parents
034cfde8
6bc175a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
TxBrowser.js
remix-debugger/src/ui/TxBrowser.js
+2
-2
traceManager.js
remix-lib/src/trace/traceManager.js
+1
-1
No files found.
remix-debugger/src/ui/TxBrowser.js
View file @
8b22c7a4
...
@@ -67,10 +67,10 @@ function TxBrowser (_parent) {
...
@@ -67,10 +67,10 @@ function TxBrowser (_parent) {
}
}
// creation 0xa9619e1d0a35b2c1d686f5b661b3abd87f998d2844e8e9cc905edb57fc9ce349
// creation 0xa9619e1d0a35b2c1d686f5b661b3abd87f998d2844e8e9cc905edb57fc9ce349
// invo
k
ation 0x71a6d583d16d142c5c3e8903060e8a4ee5a5016348a9448df6c3e63b68076ec4 0xcda2b2835add61af54cf83bd076664d98d7908c6cd98d86423b3b48d8b8e51ff
// invo
c
ation 0x71a6d583d16d142c5c3e8903060e8a4ee5a5016348a9448df6c3e63b68076ec4 0xcda2b2835add61af54cf83bd076664d98d7908c6cd98d86423b3b48d8b8e51ff
// test:
// test:
// creation: 0x72908de76f99fca476f9e3a3b5d352f350a98cd77d09cebfc59ffe32a6ecaa0b
// creation: 0x72908de76f99fca476f9e3a3b5d352f350a98cd77d09cebfc59ffe32a6ecaa0b
// invo
k
ation: 0x20ef65b8b186ca942fcccd634f37074dde49b541c27994fc7596740ef44cfd51
// invo
c
ation: 0x20ef65b8b186ca942fcccd634f37074dde49b541c27994fc7596740ef44cfd51
TxBrowser
.
prototype
.
setDefaultValues
=
function
()
{
TxBrowser
.
prototype
.
setDefaultValues
=
function
()
{
this
.
connectInfo
=
''
this
.
connectInfo
=
''
...
...
remix-lib/src/trace/traceManager.js
View file @
8b22c7a4
...
@@ -44,7 +44,7 @@ TraceManager.prototype.resolveTrace = function (tx, callback) {
...
@@ -44,7 +44,7 @@ TraceManager.prototype.resolveTrace = function (tx, callback) {
}
}
})
})
}
else
{
}
else
{
var
mes
=
tx
.
hash
+
' is not a contract invo
k
ation or contract creation.'
var
mes
=
tx
.
hash
+
' is not a contract invo
c
ation or contract creation.'
console
.
log
(
mes
)
console
.
log
(
mes
)
self
.
isLoading
=
false
self
.
isLoading
=
false
callback
(
mes
,
false
)
callback
(
mes
,
false
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment