Skip to content

v0.14.0.4

Latest
Compare
Choose a tag to compare
@walkjivefly walkjivefly released this 02 Aug 15:03
· 2 commits to master since this release
3050c1f

Version 14.0.4 includes the following changes:

  • It resolves a issue where the client would get stuck during signbypayer registration transactions. This issue would occur when syncing past blocks, during the validation process of the NFT registration transaction.

The problem stemmed from the inability to find the spending transaction in the blockdisk or mempool, as it was located in the same block being verified.

The solution involves a unique case for 'signbypayer'. When the transaction is not found in the blockdisk or mempool, the system should search within the block being verified. To do this, it is necessary to send a reference to the current block.