Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you have Geth installed on the host machine you can do the following from the

Otherwise, the following will achieve the same thing, attaching via the Geth instance in the container. If you do this, you'll have to copy transaction scripts used below into the *qdata_N* directories manually.

docker exec -it Nnodes_node_1_1 geth attach /qdata/dd/geth.ipc
docker exec -it nnodes_node_1_1 geth attach /qdata/dd/geth.ipc

### Making transactions

Expand Down