mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
fsm: add reservation fsm compiling
This commit is contained in:
parent
f00329d7c7
commit
9b178dd979
4 changed files with 29 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
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 ./reservation/reservation_fsm.md --fsm reservation
|
||||
Loading…
Add table
Add a link
Reference in a new issue