fix incorrect address in get_internal_address test

This commit is contained in:
Ed Ball
2023-02-01 20:30:24 +01:00
parent df019c11ec
commit aa842c3844

View File

@@ -604,7 +604,7 @@ mod test {
.get_internal_address(crate::AddressIndex::LastUnused) .get_internal_address(crate::AddressIndex::LastUnused)
.unwrap() .unwrap()
.address, .address,
"bcrt1qpmz73cyx00r4a5dea469j40ax6d6kqyd67nnpj" "bcrt1qaux734vuhykww9632v8cmdnk7z2mw5lsf74v6k"
); );
} }
} }