瀏覽代碼

nit-seed-name

Vincent Brunet 1 年之前
父節點
當前提交
e8a8992802
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/bolt.ts

+ 1 - 1
tests/bolt.ts

@@ -158,7 +158,7 @@ describe("bolt", () => {
     const addEntity = await AddEntity({
       payer: provider.wallet.publicKey,
       world: worldPda,
-      seed: "extra-seed",
+      seed: "custom-seed",
       connection: provider.connection,
     });
     await provider.sendAndConfirm(addEntity.transaction);