Skip to content

Commit

Permalink
Update with slashing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Mar 2, 2021
1 parent eb7ad79 commit 30eddc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/althea-net/althea-chain
go 1.15

require (
github.com/althea-net/peggy/module v0.0.0-20210228205431-16fa682f1a14
github.com/althea-net/peggy/module v0.0.0-20210302142547-99f4a96ce716
github.com/btcsuite/btcd v0.21.0-beta
github.com/btcsuite/btcutil v1.0.2
github.com/cosmos/cosmos-sdk v0.41.0
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ github.com/althea-net/peggy v0.0.14-0.20210215172513-985f0a08c392 h1:zh5EKa5aLHh
github.com/althea-net/peggy v0.0.14-0.20210215230821-4d8ddeb17675 h1:Ljt0L3YXvmNKOjlcZNMs4+PRTshc9xefnGfZtGn+sl0=
github.com/althea-net/peggy v0.0.14-0.20210228205431-16fa682f1a14 h1:KnCt7l0P8lSmS8zJB3kS7yr6FrWJaYA2KbSaq3EAGzc=
github.com/althea-net/peggy v0.0.14-0.20210228205431-16fa682f1a14/go.mod h1:G4IVqk9JYSL5BZMisOsGubeKHb8hJBau/TaF/sDeCJU=
github.com/althea-net/peggy v0.0.14-0.20210302142547-99f4a96ce716 h1:s2ZJvbVlc2Dn36sBmZWG24ASy09tsztzExmW+REchII=
github.com/althea-net/peggy v0.0.18 h1:p8QcRE3vVi3rzAPqUM3F/idQXJn562YDxAwcFIQoItk=
github.com/althea-net/peggy v0.0.20 h1:suYyYIjtib+5Utkojx284DpF/sxh7VXceqBJY5i88yI=
github.com/althea-net/peggy/module v0.0.0-20210203002914-cfbd0532ece0 h1:j2lVY/cRweuEjJiUHDdt77unMsTikFz4lXz+INPe5PE=
Expand All @@ -78,6 +79,8 @@ github.com/althea-net/peggy/module v0.0.0-20210228153607-ecc64ceadbfa h1:YgTyFs9
github.com/althea-net/peggy/module v0.0.0-20210228153607-ecc64ceadbfa/go.mod h1:0oHvbNpHaBFZfeU1gLfD51/m7ZPtn+JNJLLpnrKsR0c=
github.com/althea-net/peggy/module v0.0.0-20210228205431-16fa682f1a14 h1:5OIbYNwgO9VLYHnN/xMJUbuhnros7IxgWF/fYyj/qt8=
github.com/althea-net/peggy/module v0.0.0-20210228205431-16fa682f1a14/go.mod h1:0oHvbNpHaBFZfeU1gLfD51/m7ZPtn+JNJLLpnrKsR0c=
github.com/althea-net/peggy/module v0.0.0-20210302142547-99f4a96ce716 h1:EWR+yVP+dEgNL+12vwsjarAhdWZLdj/66JKDtaEKYEc=
github.com/althea-net/peggy/module v0.0.0-20210302142547-99f4a96ce716/go.mod h1:0oHvbNpHaBFZfeU1gLfD51/m7ZPtn+JNJLLpnrKsR0c=
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ=
Expand Down

0 comments on commit 30eddc7

Please sign in to comment.