mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 04:09:23 +00:00
Support subaddresses as change outputs
This commit is contained in:
@@ -474,7 +474,7 @@ impl Wallet {
|
||||
outgoing_view_key,
|
||||
inputs,
|
||||
vec![(to_addr, AMOUNT)],
|
||||
Change::new(view_pair),
|
||||
Change::new(view_pair.clone(), None),
|
||||
data,
|
||||
rpc.get_fee_rate(FeePriority::Unimportant).await.unwrap(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user