Browse Source

Fix example wallet path

Armani Ferrante 4 years ago
parent
commit
b5ca210696
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/composite/Anchor.toml

+ 1 - 1
examples/composite/Anchor.toml

@@ -1,2 +1,2 @@
 cluster = "localnet"
 cluster = "localnet"
-wallet = "/home/armaniferrante/.config/solana/id.json"
+wallet = "~/.config/solana/id.json"