bittensor
bittensor copied to clipboard
Fixed circular function calling in subtensor.py & updated funcs still using the old compose extrinsic calls w/ the new send_extrinsic
removed _do_ extrinsic functions from subtensor.py, and implemented them as inner functions in their related extrinsic func, as well as updated some of the remaining extrinsic calls that weren't using the new send_extrinsic() func.
formatted all with black.