don't fetch all zero circle messages in ui
This commit is contained in:
parent
828f7682b8
commit
3fc11657e8
@ -164,6 +164,9 @@ function getBlocks(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
function loadMessage(blockHash, blockList, count, channel){
|
function loadMessage(blockHash, blockList, count, channel){
|
||||||
|
if (blockHash == '0000000000000000000000000000000000000000000000000000000000000000'){
|
||||||
|
return
|
||||||
|
}
|
||||||
fetch('/getblockdata/' + blockHash, {
|
fetch('/getblockdata/' + blockHash, {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
headers: {
|
headers: {
|
||||||
|
Loading…
Reference in New Issue
Block a user