- Change file mode from 644 to 755 for all project files - Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet" - Rename Miner.extra_meta_data to extra_metadata for consistency
6 lines
92 B
Python
Executable File
6 lines
92 B
Python
Executable File
"""AITBC blockchain node package."""
|
|
|
|
from .app import create_app
|
|
|
|
__all__ = ["create_app"]
|