mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-09 12:49:23 +00:00
Remove BatchSigned
SubstrateBlock's provision of the most recently acknowledged block has equivalent information with the same latency. Accordingly, there's no need for it.
This commit is contained in:
@@ -115,7 +115,7 @@ pub async fn test_wallet<C: Coin>(coin: C) {
|
||||
|
||||
// Check the Scanner DB can reload the outputs
|
||||
assert_eq!(
|
||||
scanner.ack_up_to_block(key, block.id()).await,
|
||||
scanner.ack_up_to_block(key, block.id()).await.1,
|
||||
[first_outputs, outputs].concat().to_vec()
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user