Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: unpack errors on ReferenceBlockAttestation (#1199)
# Related Github tickets - Closes VolumeFi#1740 # Background ReferenceBlockAttestation messages currently do not need an assignee, however they are still queried for messages to relay, leading to unpack error messages in palomad logs. By first checking for publicAccessData, ReferenceBlockAttestation messages are filtered before we try to unpack them as TurnstoneMsg and avoid the errors. # Testing completed - [x] test coverage exists or has been added/updated - [x] tested in a private testnet # Breaking changes - [x] I have checked my code for breaking changes - [x] If there are breaking changes, there is a supporting migration.
- Loading branch information