Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Feb 6, 2024
1 parent 85dd3a6 commit 1ac5c5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion messages/teleporter/message_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ var (
}
destinationBlockchainIDString = "S4mMqUXe7vHsGiRAma6bv3CKnyaLssyAxmQ2KvFpX1KEvfFCD"
destinationBlockchainID, _ = ids.FromString(destinationBlockchainIDString)
messageIDstring = "2CQw6XkzbDZY87XRomuszWkCBDTUvMaZv3YE2PAf7cicxWWEMF"
validRelayerAddress = common.HexToAddress("0x0123456789abcdef0123456789abcdef01234567")
validTeleporterMessage = teleportermessenger.TeleporterMessage{
MessageNonce: big.NewInt(1),
Expand Down

0 comments on commit 1ac5c5b

Please sign in to comment.