mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-28 16:01:29 +00:00
go fmt
This commit is contained in:
parent
7716ad7e38
commit
d89cdaca08
1 changed files with 6 additions and 6 deletions
|
@ -61,7 +61,7 @@ var (
|
|||
Addr [ripemd160.Size]byte
|
||||
Amt int64
|
||||
}{
|
||||
struct{
|
||||
struct {
|
||||
Addr [ripemd160.Size]byte
|
||||
Amt int64
|
||||
}{
|
||||
|
@ -71,7 +71,7 @@ var (
|
|||
34, 35, 36, 37, 38, 39,
|
||||
},
|
||||
},
|
||||
struct{
|
||||
struct {
|
||||
Addr [ripemd160.Size]byte
|
||||
Amt int64
|
||||
}{
|
||||
|
|
Loading…
Add table
Reference in a new issue