浏览代码

Default flipper example should not include @program_id (#1564)

Users are getting the error "incorrect program id for instruction",
which is confusing.

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 2 年之前
父节点
当前提交
8e23aede36
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/solana/flipper.sol

+ 0 - 1
examples/solana/flipper.sol

@@ -1,4 +1,3 @@
-@program_id("F1ipperKF9EfD821ZbbYjS319LXYiBmjhzkkf5a26rC")
 contract flipper {
 	bool private value;