good morning!!!!

Skip to content
Snippets Groups Projects
Commit cbd71ef8 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Add Tx

parent 32d12513
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ func NewEnv(state *ethstate.State, tx *Transaction, block *Block) *VMEnv {
return &VMEnv{
state: state,
block: block,
tx: tx,
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment