removed debugging stuff

This commit is contained in:
Svyatoslav Nikolsky 2016-11-10 16:06:56 +03:00
parent e589c25581
commit e4d2ddb9ce
2 changed files with 1 additions and 2 deletions

View File

@ -315,7 +315,6 @@ impl Storage {
/// block decanonization
/// all transaction outputs used are marked as not used
/// all transaction meta is removed
/// block number is removed
/// DOES NOT update best block
fn decanonize_block(&self, context: &mut UpdateContext, hash: &H256) -> Result<(), Error> {
// ensure that block is of the main chain

View File

@ -20,7 +20,7 @@ pub fn start(cfg: config::Config) -> Result<(), String> {
magic: cfg.magic,
local_address: SocketAddr::new("127.0.0.1".parse().unwrap(), cfg.port),
services: Services::default().with_network(true),
user_agent: "/Satoshi:0.12.1/".into(),
user_agent: "pbtc".into(),
start_height: 0,
relay: false,
},