mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Support including arbitrary data in TXs and return it with outputs
Fixes a bug where all payments identified as being to (0, 0) instead of their actual subaddress.
This commit is contained in:
@@ -134,6 +134,7 @@ async fn send_core(test: usize, multisig: bool) {
|
||||
outputs,
|
||||
vec![(addr, amount - 10000000000)],
|
||||
Some(addr),
|
||||
None,
|
||||
fee,
|
||||
)
|
||||
.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user