Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsaigle committed Feb 20, 2025
1 parent fe0d285 commit 2c1ba16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/pkg/db/governor.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ type Transfer struct {
MsgID string
Hash string
TargetAddress vaa.Address
// The destination chain.
TargetChain vaa.ChainID
// The destination chain.
TargetChain vaa.ChainID
}

func (t *Transfer) Marshal() ([]byte, error) {
Expand Down

0 comments on commit 2c1ba16

Please sign in to comment.