mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 20:29:23 +00:00
Rename Network::address to Network::external_address
Improves clarity since we now have 4 addresses.
This commit is contained in:
@@ -49,7 +49,7 @@ pub async fn test_scanner<N: Network>(network: N) {
|
||||
let scanner = new_scanner().await;
|
||||
|
||||
// Receive funds
|
||||
let block = network.test_send(N::address(keys.group_key())).await;
|
||||
let block = network.test_send(N::external_address(keys.group_key())).await;
|
||||
let block_id = block.id();
|
||||
|
||||
// Verify the Scanner picked them up
|
||||
|
||||
Reference in New Issue
Block a user