From fc1f965ffa936adcd303d2fab59871da1c8fa121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sad=C4=B1k=20S=C3=BCnb=C3=BCl?= <109942759+SadikSunbul@users.noreply.github.com> Date: Fri, 21 Jun 2024 09:20:48 +0300 Subject: [PATCH] =?UTF-8?q?github=20action=20hatas=C4=B1=20duzenlendi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli/cli.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cli.go b/cli/cli.go index b1cdbc6..151700b 100644 --- a/cli/cli.go +++ b/cli/cli.go @@ -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