File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/mina-signer/tests/mina-signer-test-app Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ The optional `graphql_url` flag lets you override the default target defined in
1717## Workflow
1818
19191 . ` mina-test-signer.js ` parses CLI arguments and wires the supporting services.
20- 3 . ` graphql-client.js ` sends the signed payload to the Mina daemon and can check
20+ 2 . ` graphql-client.js ` sends the signed payload to the Mina daemon and can check
2121 whether the transaction reached the pool.
22- 4 . ` utils.js ` provides small helpers for GraphQL string construction and CLI
22+ 3 . ` utils.js ` provides small helpers for GraphQL string construction and CLI
2323 validation.
24- 5 . ` config.js ` centralises network defaults and usage messaging.
24+ 4 . ` config.js ` centralises network defaults and usage messaging.
2525
2626- ` mina-test-signer.js ` – CLI entry point orchestrating validation, signing,
2727 submission, and pool verification.
You can’t perform that action at this time.
0 commit comments