Skip to content

Commit

Permalink
use fixed UltimateSubsidy in dcrsqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Aug 19, 2019
1 parent 83de6dc commit 1e1aae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion db/dcrsqlite/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/decred/dcrdata/rpcutils/v2 v2.0.5
github.com/decred/dcrdata/stakedb/v3 v3.0.5
github.com/decred/dcrdata/testutil/dbconfig/v2 v2.0.0
github.com/decred/dcrdata/txhelpers/v3 v3.0.4
github.com/decred/dcrdata/txhelpers/v3 v3.0.5
github.com/decred/slog v1.0.0
github.com/dustin/go-humanize v1.0.0
github.com/mattn/go-sqlite3 v1.10.0
Expand Down
2 changes: 2 additions & 0 deletions db/dcrsqlite/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ github.com/decred/dcrdata/testutil/dbconfig/v2 v2.0.0 h1:3VDeqqb4RNDAYCPwe+yhe8W
github.com/decred/dcrdata/testutil/dbconfig/v2 v2.0.0/go.mod h1:R3AhuzSGbXK5YG6fst5njhUzDsCtju1+cbAqXsmi11s=
github.com/decred/dcrdata/txhelpers/v3 v3.0.4 h1:kjvzHU6Tf4//7FJVn+BuwGHskjjrRt4Ps88104Y1vbA=
github.com/decred/dcrdata/txhelpers/v3 v3.0.4/go.mod h1:tKEDhoO+TbYrFrx+5qKZDxcla8ELQFYs4f5+8gL4cuY=
github.com/decred/dcrdata/txhelpers/v3 v3.0.5 h1:UhzuJgw9cPIC8h2HUnFXQhIZVWlseumFnoiKYbvZxKE=
github.com/decred/dcrdata/txhelpers/v3 v3.0.5/go.mod h1:tKEDhoO+TbYrFrx+5qKZDxcla8ELQFYs4f5+8gL4cuY=
github.com/decred/dcrwallet/rpc/jsonrpc/types v1.1.0 h1:ZOMpbSK/Cz8D8Yfrt7/yNfS+myBUWMNOdgAg31ND7bM=
github.com/decred/dcrwallet/rpc/jsonrpc/types v1.1.0/go.mod h1:xUT7XXATLOzE0pwwmvgfRWtZdrB+PsWFilo+jkH5/Ig=
github.com/decred/go-socks v1.0.0 h1:gd5+vE9LmL+FYiN5cxAMtaAVb791mG8E/+Jo411M/BE=
Expand Down

0 comments on commit 1e1aae1

Please sign in to comment.