Skip to content

Commit

Permalink
Applies linter suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
bladyjoker committed Apr 4, 2023
1 parent 7ccdfbd commit bcc6c89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ generate-keys $COOP_PAB_DIR
```
Now we are ready to run the service (use Bash function `coop-run-tx-builder-grpc`):
```sh
coop-pab-cli tx-builder-grpc --auth-wallet $AUTH_PKH --fee-wallet $FEE_PKH
```
Expand Down Expand Up @@ -618,7 +619,7 @@ echo "SELECT * FROM fact_statements" | sqlite3 $JS_STORE_DIR/json-store.db
You expectedly should see:
```
```text
id1|["apples", "oranges", "pears"]
id2|{"name": "Drazen Popovic", "age": 35}
id3|"Lorem ipsum"
Expand Down

0 comments on commit bcc6c89

Please sign in to comment.