chore: remove repetitive words (#1845)

Signed-off-by: suchsoon <silverjadebeauty@gmail.com>
pull/1846/head
suchsoon 8 months ago committed by GitHub
parent 9ef15763d5
commit 2835595be4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Dockerfile
  2. 2
      solidity_examples/BECToken.sol

@ -39,7 +39,7 @@ RUN ( auditwheel addtag ./z3_solver-* \
FROM python-wheel-with-cargo AS python-wheel-blake2b
# blake2b-py doesn't publish ARM builds, and also don't publish source packages
# on PyPI (other than the old 0.1.3 version) so we need to build from from a git
# on PyPI (other than the old 0.1.3 version) so we need to build from a git
# tag. They do publish binaries for linux amd64, but their binaries only support
# certain platform versions and the amd64 python image isn't supported, so we
# have to build from src for that as well.

@ -68,7 +68,7 @@ contract BasicToken is ERC20Basic {
/**
* @dev Gets the balance of the specified address.
* @param _owner The address to query the the balance of.
* @param _owner The address to query the balance of.
* @return An uint256 representing the amount owned by the passed address.
*/
function balanceOf(address _owner) public returns (uint256 balance) {

Loading…
Cancel
Save