iota.lib.cpp icon indicating copy to clipboard operation
iota.lib.cpp copied to clipboard

API::Core::attachToTangle recompute TX hashes for local POW

Open kuhlmannmarkus opened this issue 6 years ago • 0 comments

API::Core::attachToTangle: Recompute transaction hashes in bundle after manipulation in the case of local POW.

When using local POW, the creation of bundles was faulty. The transactions were manipulated and the TX hashes were not updated. This lead to invalid bundles.

This solves issue https://github.com/thibault-martinez/iota.lib.cpp/issues/326

kuhlmannmarkus avatar Feb 17 '19 11:02 kuhlmannmarkus