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:
@@ -99,7 +99,7 @@ pub async fn test_addresses<N: Network>(network: N) {
|
||||
// Receive funds to the various addresses and make sure they're properly identified
|
||||
let mut received_outputs = vec![];
|
||||
for (kind, address) in [
|
||||
(OutputType::External, N::address(key)),
|
||||
(OutputType::External, N::external_address(key)),
|
||||
(OutputType::Branch, N::branch_address(key)),
|
||||
(OutputType::Change, N::change_address(key)),
|
||||
(OutputType::Forwarded, N::forward_address(key)),
|
||||
|
||||
Reference in New Issue
Block a user