Accounting metrics reporter (#18136)
This commit is contained in:
committed by
Anton Evangelatov
parent
2714e8f091
commit
bba5fd8192
@@ -91,3 +91,8 @@ func (s *Swap) loadState(peer *protocols.Peer) (err error) {
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
//Clean up Swap
|
||||
func (swap *Swap) Close() {
|
||||
swap.stateStore.Close()
|
||||
}
|
||||
|
Reference in New Issue
Block a user