From 048883c09a49d0a12ad0c0f5650fd564a4c6f6f6 Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Mon, 23 Apr 2018 10:47:57 -0400 Subject: [PATCH] removed fmt prints --- shyftDb/postgres_setup/create_tables.psql | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/shyftDb/postgres_setup/create_tables.psql b/shyftDb/postgres_setup/create_tables.psql index 54ae0bfe3d..4205273740 100644 --- a/shyftDb/postgres_setup/create_tables.psql +++ b/shyftDb/postgres_setup/create_tables.psql @@ -15,14 +15,4 @@ CREATE TABLE IF NOT EXISTS txs ( nonce numeric, data bytea, block text references blocks(hash) -); - - TxHash: tx.Hash(), - From: tx.From(), - To: tx.To(), - BlockHash: blockHash.Hex(), - Amount: tx.Value(), - GasPrice: tx.GasPrice(), - Gas: tx.Gas(), - Nonce: tx.Nonce(), - Data: tx.Data(), \ No newline at end of file +); \ No newline at end of file