Skip to content

Commit 13e0168

Browse files
committed
Switch tests back to main net (breaks HLTC unit tests since ops are not available on mainnet)
1 parent 65c451b commit 13e0168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
# bitshares instance
2424
bitshares = BitShares(
25-
"wss://node.testnet.bitshares.eu", keys=wifs, nobroadcast=True, num_retries=1
25+
"wss://node.bitshares.eu", keys=wifs, nobroadcast=True, num_retries=1
2626
)
2727
config = bitshares.config
2828

0 commit comments

Comments
 (0)