mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-26 11:53:31 +03:00
app_store: error mapping hotfix
This commit is contained in:
parent
df3f444889
commit
6c15904d76
@ -380,7 +380,7 @@ impl State {
|
||||
let block_number: u64 = log.block_number.ok_or(AppStoreLogError::NoBlockNumber)?;
|
||||
|
||||
let note: kimap::Note =
|
||||
kimap::decode_note_log(&log).map_err(|_| AppStoreLogError::DecodeLogError)?;
|
||||
kimap::decode_note_log(&log).map_err(AppStoreLogError::DecodeLogError)?;
|
||||
|
||||
let package_id = note
|
||||
.parent_path
|
||||
|
Loading…
Reference in New Issue
Block a user