Browse Source

removed unused parameter

master
jahway603 2 years ago
parent
commit
7a1c3767ba
  1. 8
      hsc-options-explained.md

8
hsc-options-explained.md

@ -576,14 +576,6 @@ Setting `-ac_txpow=1` enforces a transaction-rate limiter. This can help to prev
This parameter is currently a proof of concept. Many of the traditional API commands, such as `sendtoaddress` or `sendmany`, are not currently supported. Instead, use createrawtransaction and signrawtransaction.
# Other
Found these other parameters in hush_utils.h not present in other docs...
## ac_peg
It's in code [here](https://git.hush.is/hush/hush3/src/branch/master/src/cc/pegs.cpp#L26). I first found `-ac_import` which led me to peg... and `-ac_pegsccparams`
## Reference
To learn more about the origin of CryptoConditions, please refer to this [IETF documentation here](https://datatracker.ietf.org/doc/html/draft-thomas-crypto-conditions-03).

Loading…
Cancel
Save