]> Untitled Git - bdk/commit
Rename `set_current_height` to `current_height`
authorAlekos Filini <alekos.filini@gmail.com>
Wed, 13 Jul 2022 08:27:38 +0000 (10:27 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Wed, 13 Jul 2022 08:27:38 +0000 (10:27 +0200)
commit92b9597f8b8dc3694508062b5e7c5f23acbc3a4f
tree4ddbf66fe68ee73bc8c994127536e92b5e18df50
parent556105780b601335aff244fea6eacc1cebba18c9
Rename `set_current_height` to `current_height`

Usually we don't have any prefix except for methods that can *add* to a
list or replace the list entirely (e.g. `add_recipients` vs
`set_recipients`)
src/wallet/mod.rs
src/wallet/tx_builder.rs