From 9951acf6d82822764a8a54d60fa1fe1d229dbea7 Mon Sep 17 00:00:00 2001 From: Adam Flesher Date: Mon, 11 Jun 2018 13:48:00 -0700 Subject: [PATCH] Added aflesher as an author to SignatureBouncer.sol (#996) --- contracts/access/SignatureBouncer.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/access/SignatureBouncer.sol b/contracts/access/SignatureBouncer.sol index 37d922a90..ef8bebf89 100644 --- a/contracts/access/SignatureBouncer.sol +++ b/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.