Skip to content

Conversation

@roshii
Copy link

@roshii roshii commented Oct 19, 2023

Interpolate values into strings using f-strings (allows to cope with integer type variables, preventing errors)

For context: I implemented this fix following errors while running program. I do not have logs any longer but I remember it was failing to interpolate int at the following line:

s = ' ➜ ' + fmt.col_hi(new_base_fee_msat)

I'm now reading your fmt module and thinking fix should have been implemented there... Anyhow, fstrings worked just fine for me, charge-lnd works again :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant