Skip to content

Commit 3e76eac

Browse files
committed
systemd service, Restart in case of error
1 parent 2499d64 commit 3e76eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oracle/tx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (os *OracleService) txRoutine() {
114114

115115
return
116116
}
117-
latestVoteHeight = latestHeignt
117+
latestVoteHeight = latestHeight
118118
os.Logger.Info(fmt.Sprintf("Tick: %d", tick))
119119

120120
abort, err := os.calculatePrice()

0 commit comments

Comments
 (0)