mirror of
https://github.com/aljazceru/ark.git
synced 2026-01-06 05:24:19 +01:00
fix typo and spacing
This commit is contained in:
@@ -182,7 +182,7 @@ func coinSelect(vtxos []vtxo, amount uint64, sortByExpirationTime bool) ([]vtxo,
|
||||
}
|
||||
|
||||
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