Fix sneaky missing asterisk
This commit is contained in:
parent
399b3b78a0
commit
0239c4daf6
@ -78,6 +78,6 @@ func (repository PitFileIlkRepository) MissingHeaders(startingBlockNumber, endin
|
||||
return result, err
|
||||
}
|
||||
|
||||
func (repository PitFileIlkRepository) SetDB(db *postgres.DB) {
|
||||
func (repository *PitFileIlkRepository) SetDB(db *postgres.DB) {
|
||||
repository.DB = db
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user