Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion codec/src/map_parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ pub fn map_gov_action_id(pallas_action_id: &conway::GovActionId) -> Result<GovAc
};

Ok(GovActionId {
transaction_id: TxHash(*pallas_action_id.transaction_id),
transaction_id: TxHash::from(*pallas_action_id.transaction_id),
action_index: act_idx_u8,
})
}
Expand Down
89 changes: 0 additions & 89 deletions common/src/byte_array.rs

This file was deleted.

Loading