Users should be able to set their own price

This is a simple call to babel monitor, also needs a rust endpoint, a little higher priority since we’re going to be actually displaying balances soon.

@Adam_Soltys @Jehan

1 Like

Looks like babel only sets the fee at startup either from the command line or config file option. Do we need to modify it to be able to take a signal that we want to change our local fee?

1 Like

Perhaps we should add a local_fee to the rita network settings that then gets passed onto babel?

1 Like

you can modify any config value live from the socket interface that babel_monitor talks to I was just going to add a api endpoint that calls out to that, but got distracted debugging today. Should only take a few minutes to add.

1 Like