Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Change-Id: I22ccb56ac330bd557b6e8438cfe9c02d7593361d
  • Loading branch information
bruce-riley committed Sep 26, 2022
1 parent 8471188 commit 9e7c073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/pkg/processor/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func (p *Processor) getSignedVAA(id db.VAAID) (*vaa.VAA, error) {
}

vaa, err := vaa.Unmarshal(vb)
if err == nil {
if err != nil {
panic("failed to unmarshal VAA from db")
}

Expand Down

0 comments on commit 9e7c073

Please sign in to comment.