This commit is contained in:
2025-01-08 14:49:22 +09:00
parent 95015eb50c
commit bfa8cc91c2
5 changed files with 26 additions and 26 deletions
+5 -3
View File
@@ -58,9 +58,11 @@
-record(tx,
{id = none :: none | clutch:id(),
amount = 0 :: non_neg_integer(),
type = spend :: spend | atom()}).
{id = none :: none | clutch:id(),
amount = 0 :: non_neg_integer(),
type = spend :: atom(),
status = submitted :: submitted | mined | rejected | failed,
meta = "" :: string()}).
-record(spend_tx,