Skip to content

Commit cf7c11b

Browse files
committed
rename Docker network in network repr
1 parent 555006e commit cf7c11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/warnet/warnet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ def _warnet_dict_representation(self) -> dict:
3737
# Warnet
3838
repr["warnet_headers"] = [
3939
"Temp dir",
40-
"Network name",
41-
"Docker network",
40+
"Bitcoin network",
41+
"Warnet network name",
4242
"Graph",
4343
]
4444
repr["warnet"] = [

0 commit comments

Comments
 (0)