Omnibus commited on
Commit
ca37e99
·
1 Parent(s): 7be2eec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ api = HfApi(token=token_self)
30
 
31
  def bc_transactions(block):
32
  #mes, out = issue_tokens(sender,recipient,amount)
33
-
34
  try:
35
  blockchain.new_transaction(block)
36
  message = "Transaction Added to Pool"
 
30
 
31
  def bc_transactions(block):
32
  #mes, out = issue_tokens(sender,recipient,amount)
33
+ print (f'block:: {block}')
34
  try:
35
  blockchain.new_transaction(block)
36
  message = "Transaction Added to Pool"