raiden-contracts icon indicating copy to clipboard operation
raiden-contracts copied to clipboard

Are we checking the checksum of checksum address?

Open pirapira opened this issue 5 years ago • 1 comments

Especially when the addresses are given as command line arguments.

pirapira avatar Mar 27 '19 15:03 pirapira

No, we are not. We just check if they are addresses and then turn them into checksum addresses. See https://github.com/karlb/raiden-contracts/blob/60993da4705d73600d80bfd10ccddcdd293fdca3/raiden_contracts/deploy/main.py#L36-L45.

karlb avatar Jun 19 '20 13:06 karlb