Skip to content

Commit

Permalink
chore: cleanup todo
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac committed May 17, 2024
1 parent 141a0dc commit e644a1d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class ShelleyAddress {

/// Deserializes the type from cbor.
factory ShelleyAddress.fromCbor(CborValue value) {
// TODO(dtscalac): how to parse the hrp
return ShelleyAddress((value as CborBytes).bytes);
}

Expand Down

0 comments on commit e644a1d

Please sign in to comment.