Skip to content

Commit a664cd7

Browse files
committed
Use OL bitshares node for tests
1 parent e96335e commit a664cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.bitshares.eu", keys=wifs, nobroadcast=True, num_retries=1
25+
"wss://bitshares.openledger.info/ws", keys=wifs, nobroadcast=True, num_retries=1
2626
)
2727
config = bitshares.config
2828

0 commit comments

Comments
 (0)