feat(peerDB): store on peers feature

This commit is contained in:
Alexey Kasyanchuk
2018-04-13 00:33:11 +03:00
parent 410c827905
commit 5407ef8c59
7 changed files with 174 additions and 56 deletions

View File

@ -289,12 +289,6 @@ export default class TorrentPage extends Page {
if(!this.torrent)
return;
if(true)
{
alert('Nice try :)! But this feature will be restored in later. Just keep go in other direction :D.')
return
}
this.setState({
voting: true
});