review fixes

This commit is contained in:
Philip Monk 2019-08-07 10:41:06 -07:00
parent c253ed2a81
commit 6468fe7a4a
No known key found for this signature in database
GPG Key ID: B66E1F02604E44EC
4 changed files with 10 additions and 9 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86916fa0a3120631485542b7b0d63570af6b914e02fe957540ac2339a9dd2f0f
size 9518928
oid sha256:ccd51314cd6c34fc80c4fd667db20089db5de51716e05359f9ecd6570fd69c91
size 9593928

View File

@ -344,7 +344,7 @@
::
=/ directory-base=purl
=- (need (de-purl:html -))
'https://acme-staging-v02.api.letsencrypt.org/directory'
'https://acme-v02.api.letsencrypt.org/directory'
:: mov: list of outgoing moves for the current transaction
::
=| mov=(list move)

View File

@ -39,12 +39,19 @@
=> |%
++ topics
|= ships=(set ship)
^- (list ?(@ux (list @ux)))
:: The first topic should be one of these event types
::
:- => azimuth-events:azimuth
:~ broke-continuity
changed-keys
lost-sponsor
escape-accepted
==
:: If we're looking for a specific set of ships, specify them as
:: the second topic. Otherwise don't specify the second topic so
:: we will match all ships.
::
?: =(~ ships)
~
[(turn ~(tap in ships) ,@) ~]

View File

@ -325,12 +325,6 @@ _main_getopt(c3_i argc, c3_c** argv)
u3_Host.ops_u.eth_c = "http://eth-mainnet.urbit.org:8545";
}
if ( u3_Host.ops_u.sap_c == 0 && u3_Host.ops_u.can == c3n ) {
u3_Host.ops_u.sap_c = 0;
// "https://bootstrap.urbit.org/urbit-" URBIT_VERSION ".snap";
}
if ( u3_Host.ops_u.url_c != 0 && u3_Host.ops_u.pil_c != 0 ) {
fprintf(stderr, "-B and -u cannot be used together\n");
return c3n;