Update mythril/laser/smt/bitvec.py

Co-Authored-By: norhh <tommycjniko@gmail.com>
pull/963/head
JoranHonig 6 years ago committed by GitHub
parent 71f0d0f625
commit d62e777f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mythril/laser/smt/bitvec.py

@ -213,7 +213,7 @@ class BitVec(Expression[z3.BitVecRef]):
def _handle_shift(self, other: Union[int, "BitVec"], operator: Callable) -> "BitVec":
"""
Handle's shift
Handles shift
:param other: The other BitVector
:param operator: The shift operator
:return: the resulting output

Loading…
Cancel
Save