Browse Source

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

Adam Flesher 7 years ago
parent
commit
9951acf6d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/access/SignatureBouncer.sol

+ 1 - 1
contracts/access/SignatureBouncer.sol

@@ -7,7 +7,7 @@ import "../ECRecovery.sol";
 
 /**
  * @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 If the signature is from one of the authorized bouncer addresses, the signature
  * @dev is valid. The owner of the contract adds/removes bouncers.