Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|