This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
evm_increaseTime
's seconds
parameter doesn't allow hex encoded values
#176
Labels
The
seconds
parameter forevm_increaseTime
doesn't allow hex encoded values. It currently only accepts values of base 10. Though this is easier for the user to use, it differs from the rest of the API, and will likely cause issues later. We should make it support hex encoded values as well.The text was updated successfully, but these errors were encountered: