Skip to content

Commit

Permalink
Enforcing new hash for substreams-template
Browse files Browse the repository at this point in the history
  • Loading branch information
maoueh committed Aug 23, 2022
1 parent 6325fce commit fa70854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fn map_transfers(blk: eth::Block) -> Result<erc721::Transfers, substreams::error
/// Store the total balance of NFT tokens for the specific TRACKED_CONTRACT by holder
#[substreams::handlers::store]
fn store_transfers(transfers: erc721::Transfers, s: store::StoreAddInt64) {
log::info!("NFT state builder");
log::info!("NFT holders state builder");
for transfer in transfers.transfers {
if transfer.from != NULL_ADDRESS {
log::info!("Found a transfer out {}", Hex(&transfer.trx_hash));
Expand Down

0 comments on commit fa70854

Please sign in to comment.