Skip to content

Changes have been made to work with transaction wrapper functions.

alexey.stratulat requested to merge fix_tx_create into master

The following work has been done:

  • Added the txCreate function, this function is needed to create a regular transaction and add it to the mempool.
  • Fixed a bug related to the fact that not the wallet object was returned, but a tuple.
  • Fixed generation and return of hash string value.

Merge request reports