X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fzbase32.rs;h=8a7bf3516f1f416e230d24c5427156e6237a4280;hb=refs%2Fheads%2F2023-05-no-background-event-dup-persist;hp=454fe4b55440a9844edf2ea15098eef18c3071f5;hpb=df829a85263e0bc675ca696c0f6ff0a49d89e623;p=rust-lightning diff --git a/lightning/src/util/zbase32.rs b/lightning/src/util/zbase32.rs index 454fe4b5..8a7bf351 100644 --- a/lightning/src/util/zbase32.rs +++ b/lightning/src/util/zbase32.rs @@ -8,7 +8,7 @@ * at your option. */ -use prelude::*; +use crate::prelude::*; const ALPHABET: &'static [u8] = b"ybndrfg8ejkmcpqxot1uwisza345h769";