mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 01:13:45 +00:00
email address change
Ethereum Foundation changed email domain.
This commit is contained in:
parent
57168ad33e
commit
94fb8b186e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ pragma solidity ^0.4.18;
|
|||
import "https://github.com/ethereum/solidity/std/mortal.sol";
|
||||
|
||||
/// @title Chequebook for Ethereum micropayments
|
||||
/// @author Daniel A. Nagy <daniel@ethdev.com>
|
||||
/// @author Daniel A. Nagy <daniel@ethereum.org>
|
||||
contract chequebook is mortal {
|
||||
// Cumulative paid amount in wei to each beneficiary
|
||||
mapping (address => uint256) public sent;
|
||||
|
|
|
|||
Loading…
Reference in a new issue