You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The thinking was since you can only splice whole sat amounts and building signed the input types to use raw numbers was less effort / complication (sats / msats types do not allow negative values) , using raw signed values would work well for this. But perhaps that's worth reconsidering if it's breaking users' expectations.
Running v23.08 with
experimental_splicing
on Ubuntu 23.04, GNU bash, version 5.2.15.Trying to splice in a positive amount "works" as expected:
Trying to splice out a negative amount doesn't:
I also tried
\-1sat
and"1sat"
.It does seem to work with
-k
:Maybe it's easier to just have
splice_in_init
andsplice_out_init
with only positive amounts? The rest of the RPCs would stay unchanged.The text was updated successfully, but these errors were encountered: