mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-24 13:54: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