Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafernandes committed Aug 29, 2023
1 parent fbbc4cf commit 24e0c19
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,18 +104,3 @@ the container's user 1000 to your local user id so permissions will work like so
image: some:img
user: $(id -u):$(id -g)
```


# TODO

1. Besu _ concurrent_tx
```
jfernandes@xps:~/workspace/protocols/quorum-dev-quickstart/besu-test-network/smart_contracts(master)$ node scripts/privacy/concurrent_private_txs.js
TypeError: Tx is not a constructor
at sendPMT (/home/jfernandes/workspace/protocols/quorum-dev-quickstart/besu-test-network/smart_contracts/scripts/privacy/concurrent_private_txs.js:60:14)
at /home/jfernandes/workspace/protocols/quorum-dev-quickstart/besu-test-network/smart_contracts/scripts/privacy/concurrent_private_txs.js:114:18
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
This example requires ONCHAIN privacy to be DISABLED.
Check config for ONCHAIN privacy groups.
```

0 comments on commit 24e0c19

Please sign in to comment.