We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 308b9c6 commit b39de46Copy full SHA for b39de46
crypto/bulletproof/tx/confidential_transaction_test.go
@@ -4,9 +4,9 @@ import (
4
"math/big"
5
"testing"
6
7
- "github.com/juice/juice-go/common"
8
- "github.com/juice/juice-go/common/hexutil"
9
- "github.com/juice/juice-go/rlp"
+ "github.com/PlatONnetwork/PlatON-Go/common"
+ "github.com/PlatONnetwork/PlatON-Go/common/hexutil"
+ "github.com/PlatONnetwork/PlatON-Go/rlp"
10
)
11
12
func TestTx(t *testing.T) {
0 commit comments