coins: Raise Particl Version

This commit is contained in:
tecnovert
2023-11-28 02:23:56 +02:00
parent 3b55d17a26
commit 8e17ee5939
2 changed files with 13 additions and 4 deletions

View File

@@ -111,9 +111,7 @@ Test:
## Run One Test
```
pytest -v -s tests/basicswap/test_xmr.py::Test::test_02_leader_recover_a_lock_tx
```
pytest -v -s tests/basicswap/test_xmr.py::Test::test_02_leader_recover_a_lock_tx
## Private Offers
@@ -127,6 +125,17 @@ To send a private offer:
Nodes will ignore offers sent on keys other than the network key or keys created for offer-receiving.
## Coin reindexing
export COINDATA_PATH=/var/data/coinswaps
cd $COINDATA_PATH/bin/firo
./firod -reindex -datadir=$COINDATA_PATH/firo -nodebuglogfile -printtoconsole > /tmp/firo.log
Observe progress with
tail -f /tmp/firo.log
## FAQ