Skip to content

Commit e381cc5

Browse files
committed
re-enable fo unconditionally on docker
1 parent 93630d1 commit e381cc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/warnet/tank.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"-rpcallowip=0.0.0.0/0",
3131
"-rpcbind=0.0.0.0",
3232
"-fallbackfee=0.00001000",
33-
"-listen=1"
33+
"-listen=1",
34+
"-rest"
3435
])
3536

3637
class Tank:

0 commit comments

Comments
 (0)