fix(alonzo): bad epoch data type
This commit is contained in:
parent
f118cabba7
commit
e7053e35fe
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ pub type Hash28 = ByteVec;
|
|||
pub type Hash32 = ByteVec;
|
||||
|
||||
pub type PoolKeyhash = Hash28;
|
||||
pub type Epoch = i64;
|
||||
pub type Epoch = u64;
|
||||
pub type Genesishash = SkipCbor<5>;
|
||||
pub type GenesisDelegateHash = SkipCbor<6>;
|
||||
pub type VrfKeyhash = Hash32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue