Skip to content

[fix] #327 : limit recipients number

matograine requested to merge limit_outputs_number_quickfix into dev

quick fix to avoid bug in 0.8 linked to #281 (closed).

  • add MAX_RECIPIENTS in constant.py
  • mod tx.py to give an error if more than MAX_RECIPIENTS recipients

Merge request reports