Rejig signature of last remote wal
This commit is contained in:
parent
6ebb2cc958
commit
00cfaf7f64
|
@ -1734,6 +1734,6 @@ func (c *Core) AuditedHeadersConfig() *AuditedHeadersConfig {
|
|||
return c.auditedHeaders
|
||||
}
|
||||
|
||||
func (c *Core) lastRemoteWALImpl() uint64 {
|
||||
func lastRemoteWALImpl(c *Core) uint64 {
|
||||
return 0
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue