mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
chore: remove log
Some checks failed
Continuous Integration (Commit) / lint (push) Has been cancelled
Some checks failed
Continuous Integration (Commit) / lint (push) Has been cancelled
This commit is contained in:
parent
9e9c384619
commit
81a8d873fe
@ -1,7 +1,6 @@
|
||||
package dasigners_test
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"math/big"
|
||||
"strings"
|
||||
"testing"
|
||||
@ -291,7 +290,6 @@ func (suite *DASignersTestSuite) queryGetAggPkG1(testSigner *testutil.TestSigner
|
||||
suite.Assert().NoError(err)
|
||||
out, err := suite.abi.Methods["getAggPkG1"].Outputs.Unpack(bz)
|
||||
suite.Assert().NoError(err)
|
||||
fmt.Printf("%v\n", out[0])
|
||||
return struct {
|
||||
AggPkG1 dasignersprecompile.BN254G1Point
|
||||
Total *big.Int
|
||||
|
Loading…
Reference in New Issue
Block a user