Skip to content

Commit

Permalink
- fixed mock
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Jan 16, 2024
1 parent cd71db6 commit bc3bb4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sharding/mock/enableEpochsHandlerMock.go
Expand Up @@ -618,6 +618,11 @@ func (mock *EnableEpochsHandlerMock) IsAutoBalanceDataTriesEnabled() bool {
return false
}

// IsMigrateDataTrieEnabled -
func (mock *EnableEpochsHandlerMock) IsMigrateDataTrieEnabled() bool {
return false
}

// FixDelegationChangeOwnerOnAccountEnabled -
func (mock *EnableEpochsHandlerMock) FixDelegationChangeOwnerOnAccountEnabled() bool {
return false
Expand Down

0 comments on commit bc3bb4b

Please sign in to comment.