]> Untitled Git - bdk/commit
Use PsbtKey instead of PSBT
authorTobin Harding <me@tobin.cc>
Fri, 7 May 2021 00:28:17 +0000 (10:28 +1000)
committerAlekos Filini <alekos.filini@gmail.com>
Fri, 7 May 2021 14:29:53 +0000 (16:29 +0200)
commit12641b9e8fa13cbc5eb34f55d18b423afc505aad
tree712e32e346606fc88b086475cafaad4efc50dc0a
parentaa3707b5b4b765e17e20f7a147861ade1e695f2e
Use PsbtKey instead of PSBT

We recently converted uses of `PSBT` -> `Psbt` inline with idiomatic
Rust acronym identifiers. Do the same to `PSBTKey`.

Use `PsbtKey` instead of `PSBTKey` when aliasing the import of
`psbt::raw::Key` from `bitcoin` library.
src/wallet/mod.rs