Update zcash_client_sqlite/src/wallet.rs

Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Matthew Watt 2023-10-10 06:36:20 -05:00 committed by GitHub
parent 5de3fbb36b
commit 0e5a58b0b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ pub(crate) fn get_received_memo(
) )
.optional()? .optional()?
.flatten(), .flatten(),
ShieldedProtocol::Orchard => None _ => return Err(SqliteClientError::UnsupportedPoolType(PoolType::Shielded(protocol)));
}; };
memo_bytes memo_bytes