wormhole-explorer/api/types
agodnic 8b58196181
Fix transaction hash search for Sui (#448)
### Description

Tracking issue: https://github.com/wormhole-foundation/wormhole-explorer/issues/447

For Sui transaction hashes, calling `GET /api/v1/vaas?txHash={hash}` returned an HTTP status code of 400 and a message of `"MALFORMED TX HASH"`.

This pull request fixes the problem.
2023-06-22 10:32:17 -03:00
..
address.go Add route `GET /api/v1/address/{address}` (#228) 2023-04-12 15:51:33 -03:00
address_test.go Add route `GET /api/v1/address/{address}` (#228) 2023-04-12 15:51:33 -03:00
tx_hash.go Fix transaction hash search for Sui (#448) 2023-06-22 10:32:17 -03:00
tx_hash_test.go Fix transaction hash search for Sui (#448) 2023-06-22 10:32:17 -03:00