Skip to content

Commit

Permalink
Update intro-to-anchor.md
Browse files Browse the repository at this point in the history
declare_id!("your-private-key");
It is not private key
  • Loading branch information
1KitCat1 authored Oct 8, 2024
1 parent 07ffcff commit 8782dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/courses/onchain-development/intro-to-anchor.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ following:
```rust
use anchor_lang::prelude::*;

declare_id!("your-private-key");
declare_id!("onchain-program-address");

#[program]
pub mod anchor_counter {
Expand Down

0 comments on commit 8782dbd

Please sign in to comment.