File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
11
11
const (
12
12
Debug = true
13
- BuildVersion = "v0.14.4 -BUILD_VERSION"
13
+ BuildVersion = "v0.14.5 -BUILD_VERSION"
14
14
15
15
MainnetId = "6430225c42bb015b4da03102fa962e4f4ef3969e03e04345db229f8377ef7997"
16
16
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ require (
16
16
github.com/pelletier/go-toml v1.9.5
17
17
github.com/shopspring/decimal v1.3.1
18
18
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
20
20
github.com/vmihailenco/msgpack/v4 v4.3.12
21
21
github.com/zeebo/blake3 v0.2.3
22
22
go.dedis.ch/kyber/v3 v3.0.14
Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljT
147
147
github.com/ulikunitz/xz v0.5.6 /go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8 =
148
148
github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8 =
149
149
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 =
152
152
github.com/vmihailenco/tagparser v0.1.1 h1:quXMXlA39OCbd2wAdTsGDlK9RkOk6Wuw+x37wVyIuWY =
153
153
github.com/vmihailenco/tagparser v0.1.1 /go.mod h1:OeAg3pn3UbLjkWt+rN9oFYB6u/cQgqMEUPoW2WPyhdI =
154
154
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 h1:nIPpBwaJSVYIxUFsDv3M8ofmx9yWTog9BfvIu0q41lo =
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ func (node *Node) LoopCacheQueue() error {
91
91
node .chain .AppendSelfEmpty (s )
92
92
}
93
93
if err != nil {
94
- logger .Printf ("LoopCacheQueue CacheListTransactions ERROR %s\n " , err )
94
+ logger .Printf ("LoopCacheQueue CacheRetrieveTransactions ERROR %s\n " , err )
95
95
}
96
96
err = node .persistStore .CacheRemoveTransactions (stale )
97
97
if err != nil {
You can’t perform that action at this time.
0 commit comments