Thanks for adding this documentation. Suggestion (if I understand correctly that othersaid means autrement dit, which translates to in other words):
- /* Flag to indicate chain is still in initial block download. Set it to
- * false to let wallet generating new seed without being connected to a node.
- * Othersaid, a wallet evaluates chain being out of initial block download
- * until it's proven false.
+ /* Flag to indicate whether or not the chain is still in initial block
+ * download. Defaults to false to allow the wallet to generate new seeds
+ * without being connected to a node. In other words, the wallet assumes the
+ * chain is out of initial block download unless shown otherwise.