File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def __init__(self, config=None):
91
91
else :
92
92
self .wallet = bt .wallet (config = self .config )
93
93
self .subtensor = bt .subtensor (config = self .config )
94
- self .metagraph = ShieldMetagraph ( self .wallet , self .config .netuid , subtensor = self . subtensor )
94
+ self .metagraph = self .subtensor . metagraph ( self .config .netuid )
95
95
96
96
bt .logging .info (f"Wallet: { self .wallet } " )
97
97
bt .logging .info (f"Subtensor: { self .subtensor } " )
Original file line number Diff line number Diff line change 3
3
import psutil
4
4
# Change this value when updating your code base.
5
5
# Define the version of the webgenie.
6
- __VERSION__ = "1.3.1 " # version
6
+ __VERSION__ = "1.3.2 " # version
7
7
8
8
SPEC_VERSION = (
9
9
(1000 * int (__VERSION__ .split ("." )[0 ]))
You can’t perform that action at this time.
0 commit comments