Rename manticore.seth to manticore.ethereum (#665)
* Rename file * Fixup refs * update logging * Update docs * Update docstr * Clean docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from manticore.seth import ManticoreEVM
|
||||
from manticore.ethereum import ManticoreEVM
|
||||
|
||||
m = ManticoreEVM()
|
||||
m.verbosity(3)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from manticore.seth import ManticoreEVM
|
||||
from manticore.ethereum import ManticoreEVM
|
||||
################ Script #######################
|
||||
|
||||
m = ManticoreEVM()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from manticore.seth import ManticoreEVM, ABI
|
||||
from manticore.ethereum import ManticoreEVM, ABI
|
||||
################ Script #######################
|
||||
|
||||
m = ManticoreEVM()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from manticore.seth import ManticoreEVM
|
||||
from manticore.ethereum import ManticoreEVM
|
||||
################ Script #######################
|
||||
|
||||
m = ManticoreEVM()
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
from manticore.seth import ManticoreEVM
|
||||
from manticore.ethereum import ManticoreEVM
|
||||
################ Script #######################
|
||||
|
||||
m = ManticoreEVM()
|
||||
|
||||
Reference in New Issue
Block a user