Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pier: propagate pace to mars #473

Merged
merged 1 commit into from
Jul 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pkg/vere/pier.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "db/lmdb.h"
#include "ent.h"
#include "noun.h"
#include "pace.h"
#include "vere.h"
#include "version.h"

Expand Down Expand Up @@ -807,7 +808,8 @@ _pier_wyrd_card(u3_pier* pir_u)

// XX god_u not necessarily available yet, refactor call sites
//
u3_noun ver = u3nt(u3i_string(VERE_NAME),
u3_noun ver = u3nq(u3i_string(VERE_NAME),
u3i_string(U3_VERE_PACE),
u3dc("scot", c3__ta, u3i_string(URBIT_VERSION)),
u3_nul);
u3_noun kel = u3nl(u3nc(c3__zuse, VERE_ZUSE), // XX from both king and serf?
Expand Down