From 2c1ba16c034c6cd299b04eabeb525ac9c9e20e03 Mon Sep 17 00:00:00 2001 From: John Saigle Date: Thu, 20 Feb 2025 09:47:30 -0500 Subject: [PATCH] Fix lint --- node/pkg/db/governor.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/pkg/db/governor.go b/node/pkg/db/governor.go index fcd7c07295..fa1508a11c 100644 --- a/node/pkg/db/governor.go +++ b/node/pkg/db/governor.go @@ -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) {