testutils: fix change_index
This commit is contained in:
parent
f19e872814
commit
c88224ca71
@ -212,7 +212,7 @@ impl DatabaseConnection for DummyDatabase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn change_index(&mut self) -> bip32::ChildNumber {
|
fn change_index(&mut self) -> bip32::ChildNumber {
|
||||||
self.db.read().unwrap().deposit_index
|
self.db.read().unwrap().change_index
|
||||||
}
|
}
|
||||||
|
|
||||||
fn set_change_index(
|
fn set_change_index(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user