Skip to content

Commit

Permalink
adds public visibility to the bounties contract in the relayer
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeylin committed Apr 18, 2019
1 parent 7cbba1b commit 7fad7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/BountiesMetaTxRelayer.sol
Expand Up @@ -7,7 +7,7 @@ contract BountiesMetaTxRelayer {

// This contract serves as a relayer for meta txns being sent to the Bounties contract

StandardBounties bountiesContract;
StandardBounties public bountiesContract;
mapping(address => uint) public replayNonce;


Expand Down

0 comments on commit 7fad7d7

Please sign in to comment.