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 (
"reflect"
"sync/atomic"
"code.wuban.net.cn/cmpchain/ethcrypto/common/hexutil"
"github.com/CaduceusMetaverseProtocol/MetaTypes/common/hexutil"
)
//go:embed trusted_setup.json
......
......@@ -23,7 +23,7 @@ import (
"errors"
"sync"
"code.wuban.net.cn/cmpchain/ethcrypto/common/hexutil"
"github.com/CaduceusMetaverseProtocol/MetaTypes/common/hexutil"
gokzg4844 "github.com/crate-crypto/go-kzg-4844"
ckzg4844 "github.com/ethereum/c-kzg-4844/bindings/go"
)
......
......@@ -19,7 +19,7 @@ package rlp
import (
"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
......
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