Skip to content

Commit cfccaa0

Browse files
committed
bump version to v0.14.5
1 parent acb0e58 commit cfccaa0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
const (
1212
Debug = true
13-
BuildVersion = "v0.14.4-BUILD_VERSION"
13+
BuildVersion = "v0.14.5-BUILD_VERSION"
1414

1515
MainnetId = "6430225c42bb015b4da03102fa962e4f4ef3969e03e04345db229f8377ef7997"
1616

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/pelletier/go-toml v1.9.5
1717
github.com/shopspring/decimal v1.3.1
1818
github.com/stretchr/testify v1.8.0
19-
github.com/urfave/cli/v2 v2.16.3
19+
github.com/urfave/cli/v2 v2.17.1
2020
github.com/vmihailenco/msgpack/v4 v4.3.12
2121
github.com/zeebo/blake3 v0.2.3
2222
go.dedis.ch/kyber/v3 v3.0.14

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljT
147147
github.com/ulikunitz/xz v0.5.6/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
148148
github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8=
149149
github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
150-
github.com/urfave/cli/v2 v2.16.3 h1:gHoFIwpPjoyIMbJp/VFd+/vuD0dAgFK4B6DpEMFJfQk=
151-
github.com/urfave/cli/v2 v2.16.3/go.mod h1:1CNUng3PtjQMtRzJO4FMXBQvkGtuYRxxiR9xMa7jMwI=
150+
github.com/urfave/cli/v2 v2.17.1 h1:UzjDEw2dJQUE3iRaiNQ1VrVFbyAtKGH3VdkMoHA58V0=
151+
github.com/urfave/cli/v2 v2.17.1/go.mod h1:1CNUng3PtjQMtRzJO4FMXBQvkGtuYRxxiR9xMa7jMwI=
152152
github.com/vmihailenco/tagparser v0.1.1 h1:quXMXlA39OCbd2wAdTsGDlK9RkOk6Wuw+x37wVyIuWY=
153153
github.com/vmihailenco/tagparser v0.1.1/go.mod h1:OeAg3pn3UbLjkWt+rN9oFYB6u/cQgqMEUPoW2WPyhdI=
154154
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo=

kernel/queue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func (node *Node) LoopCacheQueue() error {
9191
node.chain.AppendSelfEmpty(s)
9292
}
9393
if err != nil {
94-
logger.Printf("LoopCacheQueue CacheListTransactions ERROR %s\n", err)
94+
logger.Printf("LoopCacheQueue CacheRetrieveTransactions ERROR %s\n", err)
9595
}
9696
err = node.persistStore.CacheRemoveTransactions(stale)
9797
if err != nil {

0 commit comments

Comments
 (0)