release: bal-pusher-0.1.0
This commit is contained in:
		
							parent
							
								
									46c765b4af
								
							
						
					
					
						commit
						f7ccc295c4
					
				| @ -256,7 +256,7 @@ fn main_result(cfg: &MyConfig, network_params: &NetworkParams) -> Result<(), Err | ||||
|             if invalid_txs.len() > 0 { | ||||
|                 for (txid,txerr) in &invalid_txs{ | ||||
|                     //let _ = db.execute(format!("UPDATE tbl_tx SET status = 2 WHERE txid in ('{}'Yp);",invalid_txs.join("','")));
 | ||||
|                     let _ = db.execute(format!("UPDATE tbl_tx SET status = 2, error='{txerr}' WHERE txid = '{txid}'")); | ||||
|                     let _ = db.execute(format!("UPDATE tbl_tx SET status = 2, push_err='{txerr}' WHERE txid = '{txid}'")); | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 bitcoinafterlife
						bitcoinafterlife