fix gui jsonrpc client: wrong createspend args
This commit is contained in:
parent
0420e41c2e
commit
54fd0d8f50
@ -88,8 +88,8 @@ impl<C: Client + Debug> Daemon for Lianad<C> {
|
||||
self.call(
|
||||
"createspend",
|
||||
Some(vec![
|
||||
json!(coins_outpoints),
|
||||
json!(destinations),
|
||||
json!(coins_outpoints),
|
||||
json!(feerate_vb),
|
||||
]),
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user