File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"math/big"
14
14
"strings"
15
15
16
- "main.go /wallet"
16
+ "github.com/kenjitheman/shinjiru /wallet"
17
17
)
18
18
19
19
type Transaction struct {
Original file line number Diff line number Diff line change 4
4
"bytes"
5
5
"encoding/gob"
6
6
7
- "main.go /wallet"
7
+ "github.com/kenjitheman/shinjiru /wallet"
8
8
)
9
9
10
10
type TxOutput struct {
Original file line number Diff line number Diff line change 8
8
"runtime"
9
9
"strconv"
10
10
11
- "main.go /blockchain"
12
- "main.go /network"
13
- "main.go /wallet"
11
+ "github.com/kenjitheman/shinjiru /blockchain"
12
+ "github.com/kenjitheman/shinjiru /network"
13
+ "github.com/kenjitheman/shinjiru /wallet"
14
14
)
15
15
16
16
type CommandLine struct {}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
3
3
import (
4
4
"os"
5
5
6
- "main.go /cli"
6
+ "github.com/kenjitheman/shinjiru /cli"
7
7
)
8
8
9
9
func main () {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
15
15
"github.com/vrecan/death/v3"
16
16
17
- "main.go /blockchain"
17
+ "github.com/kenjitheman/shinjiru /blockchain"
18
18
)
19
19
20
20
const (
You can’t perform that action at this time.
0 commit comments