mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-23 17:47:29 +00:00
go fmt
This commit is contained in:
parent
3dba4ba87d
commit
35b929aa6b
1 changed files with 2 additions and 1 deletions
|
@ -2931,7 +2931,8 @@ func (sa *scriptAddress) SyncStatus() SyncStatus {
|
||||||
// depending on the type of s.
|
// depending on the type of s.
|
||||||
func (sa *scriptAddress) setSyncStatus(s SyncStatus) {
|
func (sa *scriptAddress) setSyncStatus(s SyncStatus) {
|
||||||
switch e := s.(type) {
|
switch e := s.(type) {
|
||||||
case Unsynced: sa.flags.unsynced = true
|
case Unsynced:
|
||||||
|
sa.flags.unsynced = true
|
||||||
sa.flags.partialSync = false
|
sa.flags.partialSync = false
|
||||||
sa.partialSyncHeight = 0
|
sa.partialSyncHeight = 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue