Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove comment
  • Loading branch information
kziemianek committed Nov 21, 2023
commit 7e3a5def25d6fd9174294e0c124637ab92ed708a
2 changes: 0 additions & 2 deletions cli/src/trusted_operation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ fn send_indirect_request<T: Decode + Debug>(
};

if confirmed_block_hash == block_hash {
// encode and decode to target type, this should probably read value from parachain event and
// return that result instead of block hash
let value = decode_response_value(&mut block_hash.encode().as_slice())?;
return Ok(value)
}
Expand Down