Merge pull request #679 from zcash/daa-fix-missing-bound
zcash_client_backend: Fix missing bound
This commit is contained in:
commit
022964056f
|
@ -447,7 +447,7 @@ where
|
||||||
E: From<Error<N>>,
|
E: From<Error<N>>,
|
||||||
P: consensus::Parameters,
|
P: consensus::Parameters,
|
||||||
R: Copy + Debug,
|
R: Copy + Debug,
|
||||||
D: WalletWrite<Error = E, TxRef = R>,
|
D: WalletWrite<Error = E, TxRef = R, UtxoRef = U>,
|
||||||
{
|
{
|
||||||
let account = wallet_db
|
let account = wallet_db
|
||||||
.get_account_for_ufvk(&usk.to_unified_full_viewing_key())?
|
.get_account_for_ufvk(&usk.to_unified_full_viewing_key())?
|
||||||
|
|
Loading…
Reference in New Issue