plugin.method("getrawblockbyheight")
| 1 | #!/usr/bin/env python3 |
| 2 | """ |
| 3 | This registers part of the Bitcoin backend methods. |
| 4 | We only use it for testing startup and we don't care about the actual values. |
nothing calls this directly
no outgoing calls
no test coverage detected