Skip to content

Commit b39de46

Browse files
committed
update test illegal package
1 parent 308b9c6 commit b39de46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crypto/bulletproof/tx/confidential_transaction_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"math/big"
55
"testing"
66

7-
"github.com/juice/juice-go/common"
8-
"github.com/juice/juice-go/common/hexutil"
9-
"github.com/juice/juice-go/rlp"
7+
"github.com/PlatONnetwork/PlatON-Go/common"
8+
"github.com/PlatONnetwork/PlatON-Go/common/hexutil"
9+
"github.com/PlatONnetwork/PlatON-Go/rlp"
1010
)
1111

1212
func TestTx(t *testing.T) {

0 commit comments

Comments
 (0)