We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ead2e commit 649430bCopy full SHA for 649430b
README.md
@@ -137,7 +137,7 @@ for you.
137
nix run .#config-update
138
```
139
140
-## Get CBOR representation of an in chain transaction
+## Get CBOR representation of an on chain transaction
141
142
Once we have a [running network](packages/cardano-services/README.md#production) synced at least up to the block
143
containing the transaction we are interested in, issue following command to get the CBOR representation of the
@@ -147,7 +147,7 @@ transaction.
147
yarn tx-cbor <txId>
148
149
150
-This works regardless from the local ports configuration through environment variables.
+This works regardless of the local ports configuration through environment variables.
151
152
## Attic
153
0 commit comments