Skip to content

Commit da3fac8

Browse files
authored
Fix mayan order status value (#45)
1 parent 160c65e commit da3fac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chains/evm/calls/contracts/mayanSwift.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type OrderStatus uint8
2323
const (
2424
WORMHOLE_DECIMALS = 8
2525

26-
OrderCreated OrderStatus = 1
26+
OrderCreated OrderStatus = 0
2727
)
2828

2929
type MayanOrder struct {

0 commit comments

Comments
 (0)