Skip to content

Commit

Permalink
0a2a85f1bbcb2ae7a9ee824df1e344fb76624fbf/2066/668832/824777/00/0002e9be
Browse files Browse the repository at this point in the history
gnostr-legit
  • Loading branch information
RandyMcMillan committed Jan 7, 2024
1 parent 0000077 commit 0000023
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl Worker {
parent {}\n\
author {} {}\n\
committer {} {}\n\n\
{}\n/{:04}/{:06}/{:06}/{:02}/{:08x}\n/{}",
{}/{:04}/{:06}/{:06}/{:02}/{:08x}\n{}",
self.tree,
self.parent,
self.author, tstamp, //author
Expand All @@ -95,8 +95,7 @@ impl Worker {
self.weeble.trim(),
self.wobble.trim(),
self.blockheight.trim(),
self.id,
value,
self.id, value,
self.message
);
print!("{}\n",raw);
Expand Down

0 comments on commit 0000023

Please sign in to comment.