Commit 5c3f8f42 authored by vicotor's avatar vicotor

update code

parent 1f73f3d6
package main
import "code.wuban.net.cn/cmpchain/ethcrypto/rlp"
func main() {
// just for compile.
println(rlp.EmptyString)
}
...@@ -24,7 +24,7 @@ import ( ...@@ -24,7 +24,7 @@ import (
"reflect" "reflect"
"sync/atomic" "sync/atomic"
"code.wuban.net.cn/cmpchain/ethcrypto/common/hexutil" "github.com/CaduceusMetaverseProtocol/MetaTypes/common/hexutil"
) )
//go:embed trusted_setup.json //go:embed trusted_setup.json
......
...@@ -23,7 +23,7 @@ import ( ...@@ -23,7 +23,7 @@ import (
"errors" "errors"
"sync" "sync"
"code.wuban.net.cn/cmpchain/ethcrypto/common/hexutil" "github.com/CaduceusMetaverseProtocol/MetaTypes/common/hexutil"
gokzg4844 "github.com/crate-crypto/go-kzg-4844" gokzg4844 "github.com/crate-crypto/go-kzg-4844"
ckzg4844 "github.com/ethereum/c-kzg-4844/bindings/go" ckzg4844 "github.com/ethereum/c-kzg-4844/bindings/go"
) )
......
...@@ -19,7 +19,7 @@ package rlp ...@@ -19,7 +19,7 @@ package rlp
import ( import (
"testing" "testing"
"code.wuban.net.cn/cmpchain/ethcrypto/common/hexutil" "github.com/CaduceusMetaverseProtocol/MetaTypes/common/hexutil"
) )
// TestIterator tests some basic things about the ListIterator. A more // TestIterator tests some basic things about the ListIterator. A more
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment