This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topisto
/
www
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
correction sur le hack à true dans isblocknew
develop
MEUNIER Thibaud
6 years ago
parent
907e56d9cb
commit
fc5b04c159
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
js/lastblock.js
+ 0
- 1
js/lastblock.js
View File
@ -17,7 +17,6 @@ blockchainListener = function(){
function
_isBlockNew
(
leblock
)
{
return
true
;
return
(
(
_last_block
==
null
)
||
(
_last_block
.
hash
!=
leblock
.
hash
)
)
;
}
;
Write
Preview
Loading…
Cancel
Save