Skip to content

Commit

Permalink
Adjust readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante committed Jan 23, 2021
1 parent b87def6 commit 3646068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mod counter {

pub fn new(ctx: Context<Auth>) -> Result<Self> {
Ok(Self {
auth: *auth.accounts.authority.key
auth: *ctx.accounts.authority.key
})
}

Expand Down

0 comments on commit 3646068

Please sign in to comment.