feat: use rust_util

This commit is contained in:
2021-01-01 19:03:40 +08:00
parent 54856504a2
commit 6fef958a70
6 changed files with 174 additions and 36 deletions

View File

@@ -3,6 +3,7 @@ pub mod tx;
pub mod credit;
use std::str::FromStr;
use rust_util::XResult;
use secp256k1::{Message, Secp256k1, Signature};
use util::*;