mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-25 21:19:35 +00:00
Bitcoin processor lib.rs -> main.rs
This commit is contained in:
parent
c988b7cdb0
commit
4cb838e248
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@ pub(crate) fn hash_bytes(hash: bitcoin_serai::bitcoin::hashes::sha256d::Hash) ->
|
|||
res
|
||||
}
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() {}
|
||||
|
||||
/*
|
||||
use bitcoin_serai::{
|
||||
bitcoin::{
|
Loading…
Reference in a new issue