Skip to content

Commit

Permalink
Fix invalid function
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Sep 2, 2024
1 parent af65b2d commit 9a55295
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@ require (
replace (
github.com/agl/ed25519 => github.com/binance-chain/edwards25519 v0.0.0-20200305024217-f36fc4b53d43
github.com/binance-chain/tss-lib => github.com/ChainSafe/threshlib v0.0.0-20230420112309-603112eb4684
github.com/taurusgroup/multi-party-sig => github.com/sygmaprotocol/multi-party-sig v0.6.1
github.com/taurusgroup/multi-party-sig => github.com/sygmaprotocol/multi-party-sig v0.6.2
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -757,8 +757,8 @@ github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/supranational/blst v0.3.11 h1:LyU6FolezeWAhvQk0k6O/d49jqgO52MSDDfYgbeoEm4=
github.com/supranational/blst v0.3.11/go.mod h1:jZJtfjgudtNl4en1tzwPIV3KjUnQUvG3/j+w+fVonLw=
github.com/sygmaprotocol/multi-party-sig v0.6.1 h1:sOZZQhRXq9H1p+/YWFTL7es+xBa4Qnv+ilGy6VUdCc8=
github.com/sygmaprotocol/multi-party-sig v0.6.1/go.mod h1:roZI3gaKCo15PUSB4LdJpTLTjq8TFsJiOH5kpcN1HpQ=
github.com/sygmaprotocol/multi-party-sig v0.6.2 h1:5ObqXxMbTQNy090fZgsWXaBpDLtY2kvpSQFigyVotFg=
github.com/sygmaprotocol/multi-party-sig v0.6.2/go.mod h1:roZI3gaKCo15PUSB4LdJpTLTjq8TFsJiOH5kpcN1HpQ=
github.com/sygmaprotocol/sygma-core v0.0.0-20240710140025-258996be150b h1:gaXOurg/0X/iKS7uED0RLTieilJymQUNoyXOTwI1710=
github.com/sygmaprotocol/sygma-core v0.0.0-20240710140025-258996be150b/go.mod h1:b4RZCyYr20Mp4WAAj4TkC6gU2KZ0ZWcpSGmKc6n8NKc=
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc=
Expand Down

0 comments on commit 9a55295

Please sign in to comment.