mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
build: rename reservation FSM diagram
This commit is contained in:
parent
9f2d724c3e
commit
2e80b92cf9
3 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -198,7 +198,7 @@ fsm:
|
||||||
FSM_FILES := \
|
FSM_FILES := \
|
||||||
fsm/example_fsm.md \
|
fsm/example_fsm.md \
|
||||||
instantout/fsm.md \
|
instantout/fsm.md \
|
||||||
instantout/reservation/reservation_fsm.md \
|
instantout/reservation/fsm.md \
|
||||||
staticaddr/deposit/fsm.md \
|
staticaddr/deposit/fsm.md \
|
||||||
staticaddr/loopin/fsm.md
|
staticaddr/loopin/fsm.md
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
go run ./fsm/stateparser/stateparser.go --out ./fsm/example_fsm.md --fsm example
|
go run ./fsm/stateparser/stateparser.go --out ./fsm/example_fsm.md --fsm example
|
||||||
go run ./fsm/stateparser/stateparser.go --out ./instantout/reservation/reservation_fsm.md --fsm reservation
|
go run ./fsm/stateparser/stateparser.go --out ./instantout/reservation/fsm.md --fsm reservation
|
||||||
go run ./fsm/stateparser/stateparser.go --out ./instantout/fsm.md --fsm instantout
|
go run ./fsm/stateparser/stateparser.go --out ./instantout/fsm.md --fsm instantout
|
||||||
go run ./fsm/stateparser/stateparser.go --out ./staticaddr/deposit/fsm.md --fsm staticaddr-deposit
|
go run ./fsm/stateparser/stateparser.go --out ./staticaddr/deposit/fsm.md --fsm staticaddr-deposit
|
||||||
go run ./fsm/stateparser/stateparser.go --out ./staticaddr/loopin/fsm.md --fsm staticaddr-loopin
|
go run ./fsm/stateparser/stateparser.go --out ./staticaddr/loopin/fsm.md --fsm staticaddr-loopin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue