Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Updating deprecated .send(...) to .transfer(...) #734

Merged
merged 1 commit into from
Jan 4, 2018

Commits on Nov 13, 2017

  1. Updating deprecated .send(...) to .transfer(...)

    .send(...) is now deprecated.
    Send vs transfer comparsion:
    https://vomtom.at/solidity-send-vs-transfer/
    Also the Solidity by Example Documentation got updated and now uses the .transfer() function.
    http://solidity.readthedocs.io/en/develop/solidity-by-example.html
    We dont need to use require, as transfer fully propagates errors.
    scp1001 authored Nov 13, 2017
    Configuration menu
    Copy the full SHA
    5d81faf View commit details
    Browse the repository at this point in the history