Skip to content

dedicated error for wrong trx hash format in account history api get transaction

Check input hash length hash length and assert proper length. Before hash was too short fc library would fill it with zeros. Now proper length of trx hash is enforced.

This works only for account_history_api method get_transaction, there are might be other places where hashes are filled with zeros.

Edited by Marcin Sobczyk

Merge request reports