mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 01:41:37 +03:00
Fix Dawn event to be the right shape.
This commit is contained in:
parent
0de09bb97b
commit
2dfa1606f4
@ -137,7 +137,7 @@ data Snap = Snap (HoonMap Ship Public)
|
||||
|
||||
data Dawn = MkDawn
|
||||
{ dSeed :: Seed
|
||||
, dSponsor :: EthPoint
|
||||
, dSponsor :: (Ship, EthPoint)
|
||||
, dCzar :: HoonMap Ship (Rift, Life, Pass)
|
||||
, dTurf :: [Turf]
|
||||
, dBloq :: Bloq
|
||||
|
@ -234,7 +234,9 @@ dawnVent dSeed@(Seed ship life ring oaf) = do
|
||||
-- Retrieve the whole EthPoint for our sponsor
|
||||
print $ "boot: retrieving sponsor " ++ (renderShip sponsorShip) ++
|
||||
"'s public keys"
|
||||
dSponsor <- retrievePoint block azimuth (fromIntegral sponsorShip)
|
||||
sponsorPoint <- retrievePoint block azimuth (fromIntegral sponsorShip)
|
||||
|
||||
let dSponsor = (sponsorShip, sponsorPoint)
|
||||
|
||||
-- Retrieve the galaxy table [MUST FIX s/5/255/]
|
||||
print "boot: retrieving galaxy table"
|
||||
|
Loading…
Reference in New Issue
Block a user