Skip to content

Commit

Permalink
blockchain: Add UtxoCache test coverage.
Browse files Browse the repository at this point in the history
This adds full test coverage to the UtxoCache type and its methods.

Additionally, since this uses the testing Cleanup function that was
introduced in Go 1.14, this bumps the required go version for the
blockchain package from 1.13 to 1.14.
  • Loading branch information
rstaudt2 committed Feb 17, 2021
1 parent b0b4419 commit 4b6ca2a
Show file tree
Hide file tree
Showing 2 changed files with 1,062 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/decred/dcrd/blockchain/v4

go 1.13
go 1.14

require (
github.com/decred/dcrd/blockchain/stake/v4 v4.0.0-20210129192908-660d0518b4cf
Expand Down
Loading

0 comments on commit 4b6ca2a

Please sign in to comment.