diff --git a/common/nyxd-scraper-psql/src/storage/transaction.rs b/common/nyxd-scraper-psql/src/storage/transaction.rs index a95709f6f1..623fd99d04 100644 --- a/common/nyxd-scraper-psql/src/storage/transaction.rs +++ b/common/nyxd-scraper-psql/src/storage/transaction.rs @@ -193,7 +193,7 @@ impl PostgresStorageTransaction { chain_tx.tx_result.gas_wanted, chain_tx.tx_result.gas_used, chain_tx.tx_result.log.clone(), - json!({ "value": "yep, another todo. on first glance corresponding field doesn't exist in rust" }), + json!("null"), self.inner.as_mut(), ) .await?;