Skip to content

Fix signature of swapOut in documentation

Asmund THORSec requested to merge asmund/doctweak into develop

Noticed that the function signature for swapOut in the EVM contract whitelisting guidelines didn't exactly match what is actually in use:

0x48c314f4 / swapOut(address,address,uint256)

Merge request reports