move transaction import error warning into miner implementation
This commit is contained in:
parent
ea26deaab1
commit
16432129b5
@ -395,6 +395,7 @@ impl MinerService for Miner {
|
|||||||
Err(ref e) => {
|
Err(ref e) => {
|
||||||
trace!(target: "own_tx", "Failed to import transaction {:?} (hash: {:?})", e, hash);
|
trace!(target: "own_tx", "Failed to import transaction {:?} (hash: {:?})", e, hash);
|
||||||
trace!(target: "own_tx", "Status: {:?}", transaction_queue.status());
|
trace!(target: "own_tx", "Status: {:?}", transaction_queue.status());
|
||||||
|
warn!(target: "own_tx", "Error importing transaction: {:?}", e);
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
import
|
import
|
||||||
|
Loading…
Reference in New Issue
Block a user