mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
drk: Temporarily disable history_record.
This commit is contained in:
@@ -171,7 +171,8 @@ impl Drk {
|
||||
let txid = serde_json::from_value(rep)?;
|
||||
|
||||
// Store transactions history record
|
||||
self.insert_tx_history_record(tx).await?;
|
||||
// FIXME: This breaks with the DAO::Exec transaction
|
||||
//self.insert_tx_history_record(tx).await?;
|
||||
|
||||
Ok(txid)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user