Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
1d76e433
Commit
1d76e433
authored
Jun 16, 2014
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some comments
parent
02d8ad03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
state_transition.go
ethchain/state_transition.go
+1
-2
No files found.
ethchain/state_transition.go
View file @
1d76e433
...
@@ -102,7 +102,7 @@ func (self *StateTransition) BuyGas() error {
...
@@ -102,7 +102,7 @@ func (self *StateTransition) BuyGas() error {
if
err
!=
nil
{
if
err
!=
nil
{
return
err
return
err
}
}
self
.
state
.
UpdateStateObject
(
coinbase
)
//
self.state.UpdateStateObject(coinbase)
self
.
AddGas
(
self
.
tx
.
Gas
)
self
.
AddGas
(
self
.
tx
.
Gas
)
sender
.
SubAmount
(
self
.
tx
.
GasValue
())
sender
.
SubAmount
(
self
.
tx
.
GasValue
())
...
@@ -177,7 +177,6 @@ func (self *StateTransition) TransitionState() (err error) {
...
@@ -177,7 +177,6 @@ func (self *StateTransition) TransitionState() (err error) {
// Process the init code and create 'valid' contract
// Process the init code and create 'valid' contract
if
tx
.
CreatesContract
()
{
if
tx
.
CreatesContract
()
{
//fmt.Println(Disassemble(receiver.Init()))
// Evaluate the initialization script
// Evaluate the initialization script
// and use the return value as the
// and use the return value as the
// script section for the state object.
// script section for the state object.
...
...
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