Skip to content
Snippets Groups Projects
Commit 01a71493 authored by Moul's avatar Moul
Browse files

Move blocks in blockchain.blocks (#330)

parent f82185d8
No related branches found
No related tags found
1 merge request!216#330: Restructure repository
This commit is part of merge request !216. Comments created here will be created in the context of that merge request.
File moved
...@@ -20,12 +20,12 @@ from duniterpy.api.endpoint import endpoint as du_endpoint ...@@ -20,12 +20,12 @@ from duniterpy.api.endpoint import endpoint as du_endpoint
from silkaj import revocation from silkaj import revocation
from silkaj.auth import generate_auth_file from silkaj.auth import generate_auth_file
from silkaj.blockchain.blocks import list_blocks
from silkaj.blockchain.difficulty import difficulties from silkaj.blockchain.difficulty import difficulties
from silkaj.blockchain.information import argos_info, currency_info from silkaj.blockchain.information import argos_info, currency_info
from silkaj.blocks import verify_blocks_signatures from silkaj.blocks import verify_blocks_signatures
from silkaj.cert import send_certification from silkaj.cert import send_certification
from silkaj.checksum import checksum_command from silkaj.checksum import checksum_command
from silkaj.commands import list_blocks
from silkaj.constants import ( from silkaj.constants import (
G1_DEFAULT_ENDPOINT, G1_DEFAULT_ENDPOINT,
G1_TEST_DEFAULT_ENDPOINT, G1_TEST_DEFAULT_ENDPOINT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment