forked from cerc-io/plugeth
Add Len() to Stack
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package vm
|
||||
|
||||
func (st *Stack) Len() int {
|
||||
return len(st.data)
|
||||
}
|
||||
Reference in New Issue
Block a user