mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-17 04:04:21 +01:00
fix typo and spacing
This commit is contained in:
@@ -48,7 +48,7 @@ func CoinSelect(
|
||||
}
|
||||
|
||||
if selectedAmount < amount {
|
||||
return nil, 0, fmt.Errorf("not enough funds to cover amount%d", amount)
|
||||
return nil, 0, fmt.Errorf("not enough funds to cover amount %d", amount)
|
||||
}
|
||||
|
||||
change := selectedAmount - amount
|
||||
|
||||
Reference in New Issue
Block a user