This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topisto
/
btcspy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
suppression \n inutile
master
MEUNIER Thibaud
5 years ago
parent
3d19524380
commit
4f377101b5
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/block2json.c
+ 1
- 1
src/block2json.c
View File
@ -27,7 +27,7 @@ btc_bool read_(FILE* block_fd)
uint64_t
fees
=
0
;
char
hash_hex_str
[
65
]
;
printf
(
"
{
\
n
"
);
printf
(
"
{
"
);
fread
(
(
void
*
)
&
val_uint32_t
,
sizeof
(
int32_t
)
,
1
,
block_fd
)
;
printf
(
"
\n
\"
Height
\"
:
\"
%u
\"
,
"
,
val_uint32_t
)
;
Write
Preview
Loading…
Cancel
Save