Skip to content

Commit

Permalink
Merge pull request #33 from dfinity/paulliu/fix-merge-error
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley authored Apr 12, 2022
2 parents a6b7417 + 1af684a commit a894d5e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions spec/ic.did
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ type http_response = record {
body: blob;
};

type http_request_error = variant {
no_consensus;
timeout;
bad_tls;
invalid_url;
transform_error;
dns_error;
unreachable;
conn_timeout;
};

type ecdsa_curve = variant { secp256k1; };

service ic : {
Expand Down

0 comments on commit a894d5e

Please sign in to comment.