Skip to content
Commit 9a74fb17 authored by Demi M. Obenour's avatar Demi M. Obenour
Browse files

Do not depend on the schnorrkel crate in the runtime

The schnorrkel crate does not work on `#![no_std]`, but the runtime only
needs constants from it.  This adds our own definitions of those
constants, and checks them for correctness at compile-time.
parent 3d77ea7a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment