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
c8a6060f
Commit
c8a6060f
authored
Oct 06, 2015
by
d11e9
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix universal-dapp vm gas regression
parent
cf8c9b5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
universal-dapp.js
libs/universal-dapp.js
+2
-3
No files found.
libs/universal-dapp.js
View file @
c8a6060f
...
@@ -322,7 +322,7 @@ UniversalDApp.prototype.runTx = function( data, args, cb) {
...
@@ -322,7 +322,7 @@ UniversalDApp.prototype.runTx = function( data, args, cb) {
var
tx
=
new
EthVm
.
Transaction
({
var
tx
=
new
EthVm
.
Transaction
({
nonce
:
new
Buffer
([
this
.
nonce
++
]),
//@todo count beyond 255
nonce
:
new
Buffer
([
this
.
nonce
++
]),
//@todo count beyond 255
gasPrice
:
'01'
,
gasPrice
:
'01'
,
gasLimit
:
'3000000
'
,
gasLimit
:
'3000000
000'
,
//plenty
to
:
to
,
to
:
to
,
data
:
data
data
:
data
});
});
...
@@ -332,4 +332,4 @@ UniversalDApp.prototype.runTx = function( data, args, cb) {
...
@@ -332,4 +332,4 @@ UniversalDApp.prototype.runTx = function( data, args, cb) {
cb
(
e
,
null
);
cb
(
e
,
null
);
}
}
}
}
}
}
\ No newline at end of file
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