We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497efe8 commit ec01a79Copy full SHA for ec01a79
cmd/crates/soroban-spec-typescript/ts-tests/src/util.ts
@@ -3,7 +3,7 @@ import { Address, Keypair } from "@stellar/stellar-sdk";
3
import { basicNodeSigner } from "@stellar/stellar-sdk/contract";
4
5
const rootKeypair = Keypair.fromSecret(
6
- spawnSync("./soroban", ["keys", "secret", "root"], {
+ spawnSync("./stellar", ["keys", "secret", "root"], {
7
shell: true,
8
encoding: "utf8",
9
}).stdout.trim(),
0 commit comments