Skip to content

Commit

Permalink
github action hatası duzenlendi
Browse files Browse the repository at this point in the history
  • Loading branch information
SadikSunbul committed Jun 21, 2024
1 parent c18bf32 commit fc1f965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (cli *CommandLine) printChain() {
for _, tx := range block.Transactions {
fmt.Println("║", tx)
}
fmt.Println("\u001B[97m╚═════════════════════════════════════════════════════════════════════════════════════════╝\n")
fmt.Println("\u001B[97m╚═════════════════════════════════════════════════════════════════════════════════════════╝")

if len(block.PrevHash) == 0 {
break
Expand Down

0 comments on commit fc1f965

Please sign in to comment.