diff --git a/x/axelarnet/types/mock/expected_keepers.go b/x/axelarnet/types/mock/expected_keepers.go index 6fd24e790..8c8bcac98 100644 --- a/x/axelarnet/types/mock/expected_keepers.go +++ b/x/axelarnet/types/mock/expected_keepers.go @@ -911,8 +911,8 @@ type NexusMock struct { lockSetChain sync.RWMutex lockSetMessageExecuted sync.RWMutex lockSetMessageFailed sync.RWMutex - lockSetMessageProcessing sync.RWMutex - lockSetNewMessage sync.RWMutex + lockSetMessageProcessing sync.RWMutex + lockSetNewMessage sync.RWMutex lockSubTransferFee sync.RWMutex lockValidateAddress sync.RWMutex } diff --git a/x/evm/types/mock/expected_keepers.go b/x/evm/types/mock/expected_keepers.go index 41c4563b6..03c7ace4f 100644 --- a/x/evm/types/mock/expected_keepers.go +++ b/x/evm/types/mock/expected_keepers.go @@ -462,7 +462,7 @@ type NexusMock struct { lockSetChainMaintainerState sync.RWMutex lockSetMessageExecuted sync.RWMutex lockSetMessageFailed sync.RWMutex - lockSetNewMessage sync.RWMutex + lockSetNewMessage sync.RWMutex } // AddTransferFee calls AddTransferFeeFunc. diff --git a/x/nexus/types/mock/expected_keepers.go b/x/nexus/types/mock/expected_keepers.go index 66c130a91..d4a309a16 100644 --- a/x/nexus/types/mock/expected_keepers.go +++ b/x/nexus/types/mock/expected_keepers.go @@ -363,8 +363,8 @@ type NexusMock struct { lockRateLimitTransfer sync.RWMutex lockRegisterFee sync.RWMutex lockRemoveChainMaintainer sync.RWMutex - lockSetMessageProcessing sync.RWMutex - lockSetNewMessage sync.RWMutex + lockSetMessageProcessing sync.RWMutex + lockSetNewMessage sync.RWMutex lockSetParams sync.RWMutex lockSetRateLimit sync.RWMutex }