Skip to content

Commit

Permalink
Default flipper example should not include @program_id (#1564)
Browse files Browse the repository at this point in the history
Users are getting the error "incorrect program id for instruction",
which is confusing.

Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung authored Oct 17, 2023
1 parent 2c29fd7 commit 8e23aed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/solana/flipper.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@program_id("F1ipperKF9EfD821ZbbYjS319LXYiBmjhzkkf5a26rC")
contract flipper {
bool private value;

Expand Down

0 comments on commit 8e23aed

Please sign in to comment.