mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-26 05:29:55 +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
|
res
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[tokio::main]
|
||||||
|
async fn main() {}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
use bitcoin_serai::{
|
use bitcoin_serai::{
|
||||||
bitcoin::{
|
bitcoin::{
|
Loading…
Reference in a new issue