don't fetch all zero circle messages in ui

This commit is contained in:
Kevin Froman 2020-01-15 00:22:36 -06:00
parent 828f7682b8
commit 3fc11657e8
1 changed files with 3 additions and 0 deletions

View File

@ -164,6 +164,9 @@ function getBlocks(){
}
function loadMessage(blockHash, blockList, count, channel){
if (blockHash == '0000000000000000000000000000000000000000000000000000000000000000'){
return
}
fetch('/getblockdata/' + blockHash, {
method: 'GET',
headers: {