Added Logging and refactored a bit

This commit is contained in:
junderw
2023-06-26 19:29:32 -07:00
committed by Mononaut
parent 4833540b1b
commit 7313b7ed8d
7 changed files with 265 additions and 23 deletions

View File

@@ -1,6 +1,7 @@
use bytes::buf::Buf;
use std::io::Cursor;
#[derive(Debug)]
pub struct ThreadTransaction {
pub uid: u32,
pub fee: u64,