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
04f623ea
Commit
04f623ea
authored
Apr 13, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uncomment
parent
26cad893
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
TxBrowser.js
src/ui/TxBrowser.js
+4
-4
No files found.
src/ui/TxBrowser.js
View file @
04f623ea
...
...
@@ -46,7 +46,7 @@ TxBrowser.prototype.submit = function () {
return
}
this
.
event
.
trigger
(
'newTxLoading'
,
[
this
.
blockNumber
,
this
.
txNumber
])
//
try {
try
{
var
self
=
this
if
(
this
.
txNumber
.
indexOf
(
'0x'
)
!==
-
1
)
{
util
.
web3
.
eth
.
getTransaction
(
this
.
txNumber
,
function
(
error
,
result
)
{
...
...
@@ -57,9 +57,9 @@ TxBrowser.prototype.submit = function () {
self
.
update
(
error
,
result
)
})
}
//
} catch (e) {
//
self.update(e.message)
//
}
}
catch
(
e
)
{
self
.
update
(
e
.
message
)
}
}
TxBrowser
.
prototype
.
update
=
function
(
error
,
tx
)
{
...
...
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