Added aflesher as an author to SignatureBouncer.sol (#996)

This commit is contained in:
Adam Flesher
2018-06-11 13:48:00 -07:00
committed by Matt Condon
parent 72792a724d
commit 9951acf6d8

View File

@ -7,7 +7,7 @@ import "../ECRecovery.sol";
/** /**
* @title SignatureBouncer * @title SignatureBouncer
* @author PhABC and Shrugs * @author PhABC, Shrugs and aflesher
* @dev Bouncer allows users to submit a signature as a permission to do an action. * @dev Bouncer allows users to submit a signature as a permission to do an action.
* @dev If the signature is from one of the authorized bouncer addresses, the signature * @dev If the signature is from one of the authorized bouncer addresses, the signature
* @dev is valid. The owner of the contract adds/removes bouncers. * @dev is valid. The owner of the contract adds/removes bouncers.