Skip to content

Commit 6750a31

Browse files
Update lib/aiken/transaction/governance.ak
Co-authored-by: Matthias Benkort <5680256+KtorZ@users.noreply.github.com>
1 parent 8173f2c commit 6750a31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/aiken/transaction/governance.ak

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ use aiken/transaction/credential.{
77
use aiken/transaction/value.{Lovelace}
88

99
pub type DRep {
10-
DRep(DRepCredential)
11-
DRepAlwaysAbstain
12-
DRepAlwaysNoConfidence
10+
FromCredential(DRepCredential)
11+
AlwaysAbstain
12+
AlwaysNoConfidence
1313
}
1414

1515
pub type Delegatee {

0 commit comments

Comments
 (0)