Skip to content

Commit

Permalink
Rename programSize to bytecodeSize.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Jan 3, 2017
1 parent a285ca4 commit 49ac2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libevmasm/AssemblyItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ string AssemblyItem::toAssemblyText() const
text = string("dataSize(sub_") + to_string(size_t(data())) + ")";
break;
case PushProgramSize:
text = string("programSize");
text = string("bytecodeSize");
break;
case PushLibraryAddress:
text = string("linkerSymbol(\"") + toHex(data()) + string("\")");
Expand Down

0 comments on commit 49ac2a1

Please sign in to comment.