Wallet now supports coinbase maturity (#130)

This commit is contained in:
AntiochP
2017-09-22 12:44:12 -04:00
committed by Ignotus Peverell
parent 139af79509
commit dbc4e10cec
8 changed files with 182 additions and 69 deletions
+2 -3
View File
@@ -30,9 +30,8 @@ use std::cmp::Ordering;
use secp::{self, Secp256k1};
use secp::pedersen::*;
pub use self::block::{Block, BlockHeader, DEFAULT_BLOCK};
pub use self::transaction::{Transaction, Input, Output, TxKernel, COINBASE_KERNEL,
COINBASE_OUTPUT, DEFAULT_OUTPUT};
pub use self::block::*;
pub use self::transaction::*;
use self::hash::{Hash, Hashed, ZERO_HASH};
use ser::{Writeable, Writer, Reader, Readable, Error};