Skip to content

Commit 649430b

Browse files
committed
fixup! feat: add script to get in chain tx cbor from tx id
1 parent d1ead2e commit 649430b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ for you.
137137
nix run .#config-update
138138
```
139139

140-
## Get CBOR representation of an in chain transaction
140+
## Get CBOR representation of an on chain transaction
141141

142142
Once we have a [running network](packages/cardano-services/README.md#production) synced at least up to the block
143143
containing the transaction we are interested in, issue following command to get the CBOR representation of the
@@ -147,7 +147,7 @@ transaction.
147147
yarn tx-cbor <txId>
148148
```
149149

150-
This works regardless from the local ports configuration through environment variables.
150+
This works regardless of the local ports configuration through environment variables.
151151

152152
## Attic
153153

0 commit comments

Comments
 (0)