Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manojkgorle committed Jan 8, 2025
1 parent b06d68a commit 942384a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ var _ = ginkgo.Describe("[Test]", func() {
msg := make([]byte, 16)
binary.BigEndian.PutUint64(msg[:8], epochNumber+1)
binary.BigEndian.PutUint64(msg[8:], 100)
msg = append(msg, pubKeyBytes...)
msg = append(msg, builderSEQAddress[:]...)
sig := bls.Sign(msg, tpriv)
txActions := []chain.Action{
&actions.Transfer{
Expand Down

0 comments on commit 942384a

Please sign in to comment.