Rename Network::address to Network::external_address

Improves clarity since we now have 4 addresses.
This commit is contained in:
Luke Parker
2023-11-09 14:31:40 -05:00
parent 42e8f2c8d8
commit 52a0c56016
7 changed files with 13 additions and 13 deletions

View File

@@ -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