Update zcash_client_sqlite/src/wallet.rs
Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
5de3fbb36b
commit
0e5a58b0b0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue