@@ -516,7 +516,7 @@ func (c *RegistrationCertificate) UnmarshalCBOR(
516
516
}
517
517
518
518
func (c * RegistrationCertificate ) Utxorpc () * utxorpc.Certificate {
519
- // TODO
519
+ // TODO (#850)
520
520
return nil
521
521
}
522
522
@@ -537,7 +537,7 @@ func (c *DeregistrationCertificate) UnmarshalCBOR(
537
537
}
538
538
539
539
func (c * DeregistrationCertificate ) Utxorpc () * utxorpc.Certificate {
540
- // TODO
540
+ // TODO (#850)
541
541
return nil
542
542
}
543
543
@@ -558,7 +558,7 @@ func (c *VoteDelegationCertificate) UnmarshalCBOR(
558
558
}
559
559
560
560
func (c * VoteDelegationCertificate ) Utxorpc () * utxorpc.Certificate {
561
- // TODO
561
+ // TODO (#850)
562
562
return nil
563
563
}
564
564
@@ -580,7 +580,7 @@ func (c *StakeVoteDelegationCertificate) UnmarshalCBOR(
580
580
}
581
581
582
582
func (c * StakeVoteDelegationCertificate ) Utxorpc () * utxorpc.Certificate {
583
- // TODO
583
+ // TODO (#850)
584
584
return nil
585
585
}
586
586
@@ -602,7 +602,7 @@ func (c *StakeRegistrationDelegationCertificate) UnmarshalCBOR(
602
602
}
603
603
604
604
func (c * StakeRegistrationDelegationCertificate ) Utxorpc () * utxorpc.Certificate {
605
- // TODO
605
+ // TODO (#850)
606
606
return nil
607
607
}
608
608
@@ -624,7 +624,7 @@ func (c *VoteRegistrationDelegationCertificate) UnmarshalCBOR(
624
624
}
625
625
626
626
func (c * VoteRegistrationDelegationCertificate ) Utxorpc () * utxorpc.Certificate {
627
- // TODO
627
+ // TODO (#850)
628
628
return nil
629
629
}
630
630
@@ -647,7 +647,7 @@ func (c *StakeVoteRegistrationDelegationCertificate) UnmarshalCBOR(
647
647
}
648
648
649
649
func (c * StakeVoteRegistrationDelegationCertificate ) Utxorpc () * utxorpc.Certificate {
650
- // TODO
650
+ // TODO (#850)
651
651
return nil
652
652
}
653
653
@@ -668,7 +668,7 @@ func (c *AuthCommitteeHotCertificate) UnmarshalCBOR(
668
668
}
669
669
670
670
func (c * AuthCommitteeHotCertificate ) Utxorpc () * utxorpc.Certificate {
671
- // TODO
671
+ // TODO (#850)
672
672
return nil
673
673
}
674
674
@@ -689,7 +689,7 @@ func (c *ResignCommitteeColdCertificate) UnmarshalCBOR(
689
689
}
690
690
691
691
func (c * ResignCommitteeColdCertificate ) Utxorpc () * utxorpc.Certificate {
692
- // TODO
692
+ // TODO (#850)
693
693
return nil
694
694
}
695
695
@@ -711,7 +711,7 @@ func (c *RegistrationDrepCertificate) UnmarshalCBOR(
711
711
}
712
712
713
713
func (c * RegistrationDrepCertificate ) Utxorpc () * utxorpc.Certificate {
714
- // TODO
714
+ // TODO (#850)
715
715
return nil
716
716
}
717
717
@@ -732,7 +732,7 @@ func (c *DeregistrationDrepCertificate) UnmarshalCBOR(
732
732
}
733
733
734
734
func (c * DeregistrationDrepCertificate ) Utxorpc () * utxorpc.Certificate {
735
- // TODO
735
+ // TODO (#850)
736
736
return nil
737
737
}
738
738
@@ -753,6 +753,6 @@ func (c *UpdateDrepCertificate) UnmarshalCBOR(
753
753
}
754
754
755
755
func (c * UpdateDrepCertificate ) Utxorpc () * utxorpc.Certificate {
756
- // TODO
756
+ // TODO (#850)
757
757
return nil
758
758
}
0 commit comments