Skip to content

Instantly share code, notes, and snippets.

View NIKU-SINGH's full-sized avatar
🎯
Focusing

Niku Singh NIKU-SINGH

🎯
Focusing
View GitHub Profile
#!/usr/bin/env python3.
# Copyright (c) 2017-2021 The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""An example functional test
This is an exercise. The main purpose is to
Get node 1 to mine another block, send it to
node 2, and check that node 2 received it
"""
# Imports should be in PEP8 ordering (std library first, then third party