QuarkChain / pyquarkchain

Python implementation of QuarkChain
https://quarkchain.io
MIT License
225 stars 114 forks source link

proc_transfer_mnt() should pass CallData to msg instead of bytes #852

Closed qizhou closed 4 years ago

qizhou commented 4 years ago

https://github.com/QuarkChain/pyquarkchain/blob/0d7f719fded7adbe59fd2fcc99442d378957dd35/quarkchain/evm/specials.py#L255

ninjaahhh commented 4 years ago

data will be converted to Calldata if the type is bytes or str