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
ed201323
Commit
ed201323
authored
Aug 31, 2021
by
davidzagi93@gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed helper.shortenHexData
parent
7fc27917
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
remix-ui-terminal.tsx
libs/remix-ui/terminal/src/lib/remix-ui-terminal.tsx
+2
-1
{
{
+0
-0
No files found.
libs/remix-ui/terminal/src/lib/remix-ui-terminal.tsx
View file @
ed201323
...
...
@@ -585,6 +585,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
const
block
=
data
.
receipt
?
data
.
receipt
.
blockNumber
:
data
.
blockNumber
||
''
const
i
=
data
.
receipt
?
data
.
transactionIndex
:
data
.
transactionIndex
const
value
=
val
?
typeConversion
.
toInt
(
val
)
:
0
console
.
log
({
blockChainProvider
:
blockchain
.
getProvider
()
},
' blockChain Provider'
)
if
(
blockchain
.
getProvider
()
===
'vm'
)
{
return
(
<
div
>
...
...
@@ -612,7 +613,7 @@ export const RemixUiTerminal = (props: RemixUiTerminalProps) => {
</
span
>
</
div
>)
}
else
{
to
=
helper
.
shortenHexData
(
to
)
//
to = helper.shortenHexData(to)
hash
=
helper
.
shortenHexData
(
data
.
blockHash
)
return
(
<
div
>
...
...
{
0 → 100644
View file @
ed201323
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